JSFiddle - React, Tailwind, and code Playground

HTML

<div>When you</div>
<div>remove</div>
<div>these divs</div>
<div>it works</div>
<div>fine in Chrome</div>
<div style="display:inline;position:relative;background:green;">
    <div style="position:absolute;width:100px;background:red;overflow:hidden">111
      <br>222
      <br>333
      <br>444
      <br>555
      <br>666
      <br>777
      <br>888
  </div>
</div>

CSS

/*

In Firefox you can scroll to the bottom of the red box. In Chrome you can't...