JSFiddle - React, Tailwind, and code Playground

by steveukx

HTML

<div>
<b>something big</b>
something else
</div>

CSS

div {
    width: 80px;
    height: 30px;
    line-height: 20px;
    overflow-x: hidden;
    white-space: nowrap;
}
b {
    display: block;
    background: red;
}