JSFiddle - React, Tailwind, and code Playground
by MegaScience
HTML
<label id="container">testtesttesttesttest</label>
CSS
#container {
display:inline-block;
width: 40px;
outline: 2px black solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}