JSFiddle - React, Tailwind, and code Playground
by JamesKyle
HTML
<table>
<tr>
<td>fasdasdasdg</td>
<td>fg</td>
<td></td>
</tr>
</table>
CSS
table {
width: 100%;
}
table, tr, td {
border: 1px solid red;
border-collapse: collapse;
table-layout: fixed;
empty-cells: hide;
}