JSFiddle - React, Tailwind, and code Playground
by xawixawxaw
HTML
<div class="container-wrapper">
<div class="vertical-align"></div>
</div>
CSS
.container-wrapper {
position: absolute;
width: 50%;
height:50%;
margin: auto;
top:0;
bottom:0;
left:0;
right:0;
background:#aaa
}