JSFiddle - React, Tailwind, and code Playground

by Vijaykumar Kagne

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
}