JSFiddle - React, Tailwind, and code Playground

HTML

<span>1</span>

CSS

span{                
    display:inline-block;
    margin: 10px;
    border-radius: 60px;    
    background-color:black;
    color:white;
    font-size: 1.8em;
    padding: 10px 20px;    
}