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