JSFiddle - React, Tailwind, and code Playground
by glee
HTML
<div class="content">
This is my text
</div>
CSS
.content
{
width:80px;
height:150px;
background-color:#aeaeae;
display: table-cell;
vertical-align: middle;
}