JSFiddle - React, Tailwind, and code Playground
by John Doe
HTML
<div>
<span>lorem ipsum doloren</span>
</div>
CSS
div{
width: 50px;
background-color: red;
}
div span{
white-space: nowrap;
}
by John Doe
<div>
<span>lorem ipsum doloren</span>
</div>
div{
width: 50px;
background-color: red;
}
div span{
white-space: nowrap;
}