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