JSFiddle - React, Tailwind, and code Playground
HTML
<p style="margin: 1em;">有設置 margin-bottom 的元件</p>
<table style="margin: 2em;"><tr><td>table 元件</td></tr></table>
<p style="margin: 3em;">有設置 margin-top 的元件</p>
CSS
p, table { border: solid 1px; }