JSFiddle - React, Tailwind, and code Playground
by Scott Kaye
HTML
<div class="mermaid">
graph TD;
A-->B;
A-->D;
B-->a;
C-->D
</div>
by Scott Kaye
<div class="mermaid">
graph TD;
A-->B;
A-->D;
B-->a;
C-->D
</div>