JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background-color: #f00;
border-radius: 50%;
height: 50%;
width: 50%;
}
<div></div>
div {
background-color: #f00;
border-radius: 50%;
height: 50%;
width: 50%;
}