JSFiddle - React, Tailwind, and code Playground
HTML
<table style="width: 0px; x-table-layout: fixed;">
<caption style="width: 200%; background: cyan;">xxxxxxxxx</caption>
<tr><td>Abc</td></tr>
</table>
CSS
table { background: yellow; }
<table style="width: 0px; x-table-layout: fixed;">
<caption style="width: 200%; background: cyan;">xxxxxxxxx</caption>
<tr><td>Abc</td></tr>
</table>
table { background: yellow; }