JSFiddle - React, Tailwind, and code Playground
HTML
<span>El color de <br/>fondo <br/>del <br/>texto <br/>se ajusta a <br/>este</span>
CSS
span{
background: black;
color: white;
font-size:3em;
text-transform: uppercase;
line-height: 1em;
}