JSFiddle - React, Tailwind, and code Playground
by rarteaga
HTML
<svg height="50" width="50">
<circle cx="10" cy="10" r="10" fill="red"/>
</svg>
<svg height="190">
<polygon points="100,10 40,180 190,60 10,60 160,180" style="fill:red;stroke:red;stroke-width:5;fill-rule:nonzero;" />
</svg>