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