JSFiddle - React, Tailwind, and code Playground
HTML
<div><span>IpsumLorem Traborditum orb Porfalohyrm</span></div>
CSS
div {
line-height: 1.5em;
height: 3em;
overflow: hidden;.
text-overflow: ellipsis;
width:100px;
}
<div><span>IpsumLorem Traborditum orb Porfalohyrm</span></div>
div {
line-height: 1.5em;
height: 3em;
overflow: hidden;.
text-overflow: ellipsis;
width:100px;
}