JSFiddle - React, Tailwind, and code Playground
by himel023
HTML
<div class="num-btn">
03
</div>
CSS
.num-btn{
border: 1px solid grey;
border-radius: 25%;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}