JSFiddle - React, Tailwind, and code Playground
by Mike Gifford
HTML
<svg viewBox="0,0,200,200">
<circle stroke="green" stroke-dasharray="10 90" stroke-dashoffset="25" pathLength="100" cx="50%" cy="50%" r="25%" fill="none" stroke-width="50%">
</circle>
<circle stroke="blue" stroke-dasharray="25 75" stroke-dashoffset="15" pathLength="100" cx="50%" cy="50%" r="25%" fill="none" stroke-width="50%">
</circle>
<circle stroke="red" stroke-dasharray="65 35" stroke-dashoffset="-10" pathLength="100" cx="50%" cy="50%" r="25%" fill="none" stroke-width="50%">
</circle>
</svg>