JSFiddle - React, Tailwind, and code Playground

by bfavaretto

HTML

<span>Lorem ipsum dolor sit amet</span>

CSS

p {
  
}
span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
}