JSFiddle - React, Tailwind, and code Playground
by bfavaretto
HTML
<p>Lorem ipsum dolor sit amet</p>
CSS
p {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 50px;
}
by bfavaretto
<p>Lorem ipsum dolor sit amet</p>
p {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 50px;
}