JSFiddle - React, Tailwind, and code Playground

HTML

<p>Football</p>

CSS

p {
    font-size: 50px;
    background-color: red;
     line-height: 40px;
}