JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td></td>
</tr>
</table>
CSS
td {
box-shadow:inset 0 0 2px red;
width:100px;
height:30px;
}
<table>
<tr>
<td></td>
</tr>
</table>
td {
box-shadow:inset 0 0 2px red;
width:100px;
height:30px;
}