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;
vertical-align:top;
display:block;
width:50px;
height:50px;
}
.arrow{font-size:18px;}