JSFiddle - React, Tailwind, and code Playground

by orig

HTML

<div style="background:yellow;">
    <h1 style="padding: 20px 0;margin:30px 0 0 0;">hi</h1>
</div>
you'd expect the h1's top margin to have the same effect as if the container had top padding, but it actually propagates to the container (as if the container had top margin)