JSFiddle - React, Tailwind, and code Playground

by Baliga

HTML

<li>
   <strong>Lorem ipsumas asd asdsa sd asds da</strong>
   <span>John Doe</span>
</li>

CSS

li {
    white-space: nowrap; 
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; 
}