JSFiddle - React, Tailwind, and code Playground

by Emily Humphrey

HTML

<div style="display: table; height: 400px; overflow: hidden;">
     <div style="display: table-cell; vertical-align: middle;">
       <div>
         everything is vertically centered in modern IE8+ and others.
       </div>
     </div>
   </div>