JSFiddle - React, Tailwind, and code Playground

HTML

<span>Hello World Foo Bar Baz is Carpe Diem and Bar Foo Blah What da heck !!!</span>

CSS

span {
    background-color: red;
    width: 100px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap; */
}

JavaScript

// the ellipsis should start right after the "is" in this case