JSFiddle - React, Tailwind, and code Playground
by Husen
HTML
<table class="" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>Test</td>
<td>testing</td>
</tr>
</table>
CSS
table tr{ border:1px solid #F00 ; }
table td{ padding:20px; }