JSFiddle - React, Tailwind, and code Playground

by Stéphane LEGRAND

HTML

<table>
    <tr>
        <td></td>
    </tr>
</table>

CSS

td {
    box-shadow:inset 0 0 2px red;
    width:100px; 
    height:30px;
}