JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Heading</h1>
<table>
<caption>Cap cap</caption>
<tr><td>Cell cel cel cel cel cel cel cel</td></tr>
</table>
CSS
table, caption {margin-top: 15px;}
<h1>Heading</h1>
<table>
<caption>Cap cap</caption>
<tr><td>Cell cel cel cel cel cel cel cel</td></tr>
</table>
table, caption {margin-top: 15px;}