JSFiddle - React, Tailwind, and code Playground

HTML

<table class="" border="0" cellpadding="0" cellspacing="0">
	<tr>
    	<td>Test</td>
        <td>testing</td>
    </tr>
</table>

CSS

table td{ border:1px solid #F00 ;  }
	table td{ padding:20px; }