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;
}