JSFiddle - React, Tailwind, and code Playground

HTML

<div>Lorem ipsum dolor sit amet, consectefsfsfsfsffsdffsdfsdfsdfkgkgigigigigigigigiisdfsdfsturdsdsadafjhfhhghfhgfhgfhfhfhs</div>

CSS

div{
    background: #9c0;
    width: 240px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}