JSFiddle - React, Tailwind, and code Playground
HTML
<div id="circle">
</div>
SCSS
#circle {
width: 50px;
height: 50px;
border-radius: 100px;
border: solid 4px black;
//background: red;
}
<div id="circle">
</div>
#circle {
width: 50px;
height: 50px;
border-radius: 100px;
border: solid 4px black;
//background: red;
}