JSFiddle - React, Tailwind, and code Playground

by Ken Watanabe

HTML

<svg height="20" width="20">
  <circle cx="10" cy="10" r="5" stroke="black" fill="black" />
</svg>

<svg height="20" width="20">
  <circle cx="10" cy="10" r="10" stroke="black" fill="black" />
</svg>