JSFiddle - React, Tailwind, and code Playground
by notme
HTML
<div>
<table id="inputTable"><tr><td>Foooooo</td></tr></table>
</div>
CSS
#inputTable {
width:600px;
height:780px;
box-shadow: 5px 5px 5px 5px #06246F;
table-layout:fixed;
overflow:auto;
text-align:center;
margin: 100px auto 0;
}