JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<col>
<tr><td>x</td></tr>
</table>
CSS
col { background: yellow; opacity: 0.5; }
tr { background: white; opacity: 0.5; }
<table>
<col>
<tr><td>x</td></tr>
</table>
col { background: yellow; opacity: 0.5; }
tr { background: white; opacity: 0.5; }