JSFiddle - React, Tailwind, and code Playground

by Baliga

HTML

<div class="container">
  div 1
  <span>hi</span>
  <toolstip></toolstip>
  <div>div 2</div>
</div>

CSS

div.container{
  height:200px;
  width: 200px;
  background-color: pink;
}
.container:has(tooltip) { position: absolute !important; }