JSFiddle - React, Tailwind, and code Playground
HTML
<p>Hello my name is jonjohn</p>
CSS
p {
white-space: nowrap;
width: 20%;
overflow: hidden;
text-overflow: ellipsis;
}
<p>Hello my name is jonjohn</p>
p {
white-space: nowrap;
width: 20%;
overflow: hidden;
text-overflow: ellipsis;
}