JSFiddle - React, Tailwind, and code Playground

by Anderson Barreto Furlan

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;}