JSFiddle - React, Tailwind, and code Playground

by Christian Sonne

HTML

<svg width="400" height="400" viewBox="0 0 200 200">
  <circle cx="50%" stroke-width="10" cy="50%" r="80" fill="transparent" stroke="red"></circle>
  <circle cx="50%" stroke-width="8" cy="50%" r="80" fill="transparent" stroke="green"></circle>
</svg>