JSFiddle - React, Tailwind, and code Playground

HTML

<div class="foo">
    <br />
    <br />
    Hi
</div>

CSS

.foo{
    background-color:red;
    width:100px;
    height:100px;
    border-radius:50px;
    text-align:center;
    border:1px solid #666;
    box-shadow:inset 0 1px 0 #FFFF00, inset 0 -1px 0 #FFFF00, inset 1px 0px 0 #FFFF00, inset -1px 0px 0 #FFFF00;
    margin:50px;
}