JSFiddle - React, Tailwind, and code Playground

by Aldi Unanto

HTML

<div id="does-not-push-away">
    <h2>Heading<h2>
<div>

CSS

#does-not-push-away{
    border: 1px solid #ff0000;
    margin-top: 50px;
}
#does-not-push-away h2{
    text-align: center;
    margin: 0;
}