JSFiddle - React, Tailwind, and code Playground
by gmcalab
HTML
<div class="container">
<table>
<tr>
<td>test</td>
</tr>
</table>
</div>
CSS
.container{
border: 1px solid green;
}
table{
border: 1px solid blue;
}
tr
{
background-color: red;
}