JSFiddle - React, Tailwind, and code Playground

HTML

<svg width="100" height="100" class="circle">
   <circle cx="50" cy="50" r="40" />
</svg>

CSS

.circle{
stroke:green;
stroke-width:10;
fill:none;
}