JSFiddle - React, Tailwind, and code Playground

HTML

<scroll-content>
    text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
</scroll-content>

<p>Just a passage

<my-tag>
    <span>TRA-LA-LA</span>
    <br/>
    <span>FLOATING!</span>
</my-tag>
</p>

CSS

scroll-content {
    width: 50px;
	height: 50px;
    overflow: hidden;
}