JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr><td>hello!</td></tr>
</table>
CSS
body {
background: #00FF00;
}
tr {
background: #FF0000;
}
<table>
<tr><td>hello!</td></tr>
</table>
body {
background: #00FF00;
}
tr {
background: #FF0000;
}