JSFiddle - React, Tailwind, and code Playground
HTML
<div>This is a lot of filler text to demonstrate an issue with hiding overflow.</div>
CSS
div{
width: 25px;
overflow-x: hidden;
}
<div>This is a lot of filler text to demonstrate an issue with hiding overflow.</div>
div{
width: 25px;
overflow-x: hidden;
}