Here is a mermaid diagram:
---
config:
  theme: neutral
  look: handDrawn
  layout: dagre
---
flowchart TB
 subgraph s1["Untitled subgraph"]
        n2["Untitled Node"]
  end
    A(["Start"]) --> B{"Decision"}
    B --> C["Option A"] & D["Option B"]
    n1["Text Block"]

    n1@{ shape: text}
    style n1 color:#FF6D00