JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box2">
2
</div>
CSS
#box2 {
background-color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: 10px;
left: 50px;
border: 1px solid black;
text-align: center;
border-radius: 25px;
line-height: 25px;
font: bold arial;
}