JSFiddle - React, Tailwind, and code Playground
by Vinay Pratap Singh Bhadauria
HTML
<div class="ff"><span>This works</span></div>
<div class="ff"><span>Even this is working</span></div>
CSS
.ff{
width:80px;
height:80px;
background-color:blue;
border-radius:100%;
text-align:center;
line-height:80px;
}
span
{
line-height: normal;
display:inline-block;
vertical-align: middle;
}