JSFiddle - React, Tailwind, and code Playground
HTML
<p><span>Foo Bar</span></p>
CSS
body {
font-size: 100px;
}
p {
width: 100px;
background: gray;
/*font-size: 14px; /* remove this to see the issue */
}
span {
font-size: 14px;
}
<p><span>Foo Bar</span></p>
body {
font-size: 100px;
}
p {
width: 100px;
background: gray;
/*font-size: 14px; /* remove this to see the issue */
}
span {
font-size: 14px;
}