JSFiddle - React, Tailwind, and code Playground
by Shidhin C R
HTML
<div class="content">
Some content
</div>
CSS
body,html {
height: 100%
}
body {
position: relative;
}
.content {
position: absolute;
width: 100px;
height: 100px;
margin: auto;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #fff;
}