JSFiddle - React, Tailwind, and code Playground
HTML
<div class="round"></div>
CSS
.round {
width: 20px;
height: 20px;
border: 1px solid black;
border-radius: 50%;
}
<div class="round"></div>
.round {
width: 20px;
height: 20px;
border: 1px solid black;
border-radius: 50%;
}