JSFiddle - React, Tailwind, and code Playground

HTML

<div class="round"></div>

CSS

.round {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
}