JSFiddle - React, Tailwind, and code Playground
HTML
<table cellpadding="0" cellspacing="0">
<tr><td><div style="position:relative"><div style="position:absolute">ddd</div>
</div></td>
<td><div style="position:relative"><div style="position:absolute">ddd</div>
</div></td>
</tr>
</tr>
</table>
CSS
td {
width:50px; height:50px;
background:#ff0000;
border:5px solid yellow;
}