JSFiddle - React, Tailwind, and code Playground
by bgrins
HTML
<h2> Collapsing Margins </h2>
<p>The bottom margin of this paragraph is collapsed...</p>
<p id='second'>...with the top margin of this paragraph.</p>
CSS
p {margin: -10px 0;}
#second { margin: 5px 0;}