JSFiddle - React, Tailwind, and code Playground

by Harmonix Motion

HTML

<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/circle -->

<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
  <circle cx="50" cy="50" r="50"/>
  22222
</svg>

CSS

html,body,svg { height:100% }