JSFiddle - React, Tailwind, and code Playground

by Tristen Brown

HTML

<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 11 11">
  <path d="M5.5,5.5 m-2,0 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0" fill="#ff0000"/>
</svg>

CSS

svg { background-color: green; }