JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background-color: #c06;
height: 100px;
width: 100px;
display:block;
-moz-border-radius:75px;
-webkit-border-radius: 75px;
border-radius: 75px;
}