JSFiddle - React, Tailwind, and code Playground

HTML

<div id="outer">
  <p>Inner text</p>
</div>

CSS

#outer {
  border: 1px solid red;
  height: 5em;
  line-height: 5em;
}