JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<div class="box">
  <span>Hello</span>
</div>

CSS

div {
  background-color: red;
  height: 30px;
  display:: inline-block;
  vertical-align: bottom;
}

span {
  vertical-align: bottom;
  line-height: 20px;
}