JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>Column 1</td>
        <td>Column 2</td>
        
    </tr>
</table>

CSS

table{
    width:500px;
}
td{
    width:200px;
}