JSFiddle - React, Tailwind, and code Playground

by NickU

HTML

<table>
<tr><td>
<div> 1 <div>2 </div></div>
</td></tr>
</table>

CSS

*
{
     color: green;
}



td  *
{
     color: red;
}