JSFiddle - React, Tailwind, and code Playground
HTML
<div>Test test test test test test</div>
CSS
div {
border: solid 2px blue;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 50px;
}
<div>Test test test test test test</div>
div {
border: solid 2px blue;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 50px;
}