JSFiddle - React, Tailwind, and code Playground
HTML
<p>
CAPital Tester
</p>
CSS
p {
font-family: arial;
font-size: 100px;
background-color: lightblue;
}
<p>
CAPital Tester
</p>
p {
font-family: arial;
font-size: 100px;
background-color: lightblue;
}