JSFiddle - React, Tailwind, and code Playground
HTML
<div id="circle">
</div>
CSS
#circle{
border:1px solid red;
height:20px;
width:20px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
<div id="circle">
</div>
#circle{
border:1px solid red;
height:20px;
width:20px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}