JSFiddle - React, Tailwind, and code Playground

by yonet3d

HTML

<svg>
    <g transform='translate(100, 100)'>
        <circle cx=20 cy=10 r=30 fill="rgb(255, 0, 0)">
        </circle>
        <circle cx=100 cy=10 r=30 fill='#25B0B0'>
        </circle>
    </g>
</svg>