JSFiddle - React, Tailwind, and code Playground
HTML
<div id="content">
Content goes here
</div>
CSS
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: table
}
#content {
display: table-cell;
text-align: center;
vertical-align: middle
}