JSFiddle - React, Tailwind, and code Playground
HTML
<div class="parent">This text is valigned to bottom.</div>
CSS
.parent
{width:300px;line-height:30px;border:1px solid red;
}
<div class="parent">This text is valigned to bottom.</div>
.parent
{width:300px;line-height:30px;border:1px solid red;
}