JSFiddle - React, Tailwind, and code Playground
HTML
<div id="circle">2
</div>
CSS
#circle {
width: 100px;
height: 100px;
background: pink;
border-radius: 50%
}
<div id="circle">2
</div>
#circle {
width: 100px;
height: 100px;
background: pink;
border-radius: 50%
}