JSFiddle - React, Tailwind, and code Playground

by Harmonix Motion

HTML

<div id="circle">2
</div>

CSS

#circle {
       width: 100px;
      height: 100px;
      background: pink;
      border-radius: 50%
    }