JSFiddle - React, Tailwind, and code Playground
by Sean Wessell
HTML
<div style="height:100px;position:relative;">
<div class="circle">
HELLO
</div>
</div>
CSS
.circle{border:1px solid blue;
height:100px;width:100px;
border-radius:50px;
text-align:center;
line-height: 100px;
}