JSFiddle - React, Tailwind, and code Playground
HTML
<div class="top"><p>hello</p></div>
<div class="bottom"><p>hello</p></div>
CSS
.bottom {
overflow: hidden;
}
<div class="top"><p>hello</p></div>
<div class="bottom"><p>hello</p></div>
.bottom {
overflow: hidden;
}