JSFiddle - React, Tailwind, and code Playground

HTML

<div>Hello</div>

CSS

div {
    display: table-cell;
    vertical-align: bottom;
    border: 1px solid #f00;
    height: 100px;
    width: 100px;
}