JSFiddle - React, Tailwind, and code Playground

by David Iglesias

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;
}