JSFiddle - React, Tailwind, and code Playground

by mika i.

HTML

<div class="crop">
    <div class="croppee">
        Hello Text! - you can't see me there
    </div>
</div>

CSS

.crop {overflow:hidden; width:100px}
.croppee { width:300px;}