JSFiddle - React, Tailwind, and code Playground
HTML
<div id="table" class="tabletable" style="background-color:black" >
hi hellow
</div>
CSS
.tabletable{
color: white;
height:200px;
text-align:center;
margin-top:50px;
margin-bottom:50px
}