JSFiddle - React, Tailwind, and code Playground
HTML
<div class = "cont">
<span class = "arrow">⇒</span>
</div>
CSS
.cont{width:25px;
cursor:pointer;
border:solid 1px gray;
height:12px;
border-radius:10px;
text-align:center;
}
.arrow{
vertical-align: top;
font-size:18px;
line-height: 12px;
}