JSFiddle - React, Tailwind, and code Playground

by Vinay Pratap Singh Bhadauria

HTML

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

CSS

table{
    background: blue;
}

JavaScript

$('table').not('table table').css('background-color','red');