JSFiddle - React, Tailwind, and code Playground
HTML
<br />
<div id="foo">
<div>Some text</div>
<div id="bar">Some text</div>
<div>Some text</div>
</div>
CSS
#bar {
position: absolute;
margin-top: -5px;
}
<br />
<div id="foo">
<div>Some text</div>
<div id="bar">Some text</div>
<div>Some text</div>
</div>
#bar {
position: absolute;
margin-top: -5px;
}