JSFiddle - React, Tailwind, and code Playground
HTML
<div id="tabs-1" >
<table width="500" border="1">
<tr>
<th>Col</th>
<th>Col</th>
<th>Col</th>
</tr>
<tr>
<td>col</td>
<td>col</td>
<td>col</td>
</tr>
</table>
</div>
CSS
#tabs-1{width:300px; border:2px solid red;}