JSFiddle - React, Tailwind, and code Playground
HTML
<div class="circle">1</div>
CSS
.circle {
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 48px;
color: #fff;
line-height: 50px;
text-align: center;
background: #000
}