JSFiddle - React, Tailwind, and code Playground

by Cameron Bernhardt

HTML

<div>This is a lot of filler text to demonstrate an issue with hiding overflow.</div>

CSS

div{
    width: 25px;
    overflow-x: hidden;
}