JSFiddle - React, Tailwind, and code Playground

by lchau

HTML

<svg>
    <circle cx=10 cy=10 r=5 fill=red>
        <text x=5 y=5 font-size=10>Hello</text>
    </circle>
</svg>