JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div class="x"></div>
CSS
.x {
width: 8em;
height: 8em;
border-radius: 20%;
background: #035096;
}
by brigand
<div class="x"></div>
.x {
width: 8em;
height: 8em;
border-radius: 20%;
background: #035096;
}