JSFiddle - React, Tailwind, and code Playground
HTML
<div class="foo">
</div>
CSS
.foo {
width: 50px;
height: 50px;
background: red;
border-radius: 7.5%;
}
<div class="foo">
</div>
.foo {
width: 50px;
height: 50px;
background: red;
border-radius: 7.5%;
}