JSFiddle - React, Tailwind, and code Playground

by josangel555

HTML

<svg width="500" height="50">
    <circle cx="25" cy="25" r="22" class="pumpkin"/>
</svg>

CSS

.pumpkin {
    fill: white;
    stroke: orange;
    stroke-width: 1;
    opacity: .3;
 }