JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<h1>the div doesnt go around this element</h1>
</div>
CSS
div {
border: 2px solid;
}
h1 {
position: absolute;
}
<div>
<h1>the div doesnt go around this element</h1>
</div>
div {
border: 2px solid;
}
h1 {
position: absolute;
}