JSFiddle - React, Tailwind, and code Playground

by alexcat

HTML

<span>
        <p>25</p>
        </span

CSS

span {
    background-color: red;
    display: inline-block;
    border-radius: 50px;
    width: 150px;
    height: 50px;
    text-align: center;
}