JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<svg width="6em" height="6em" viewBox="0 0 100 100">
  <circle r="100"></circle>
</svg>

CSS

svg circle {
  fill: hotpink;
}