JSFiddle - React, Tailwind, and code Playground

HTML

<table>
   
</table>

CSS

table {
    height:100px;
    width:100px;
    border:1px solid red;    
}