JSFiddle - React, Tailwind, and code Playground
by infous
HTML
<div>
<span>This is text.</span>
</div>
CSS
div {
background: yellow;
border: 5px solid blue;
margin: 20px;
padding: 20px;
height: 100px;
width: 100px;
overflow: hidden;
}
span {
font-size: 32px;
white-space: nowrap;
}