JSFiddle - React, Tailwind, and code Playground

by jonjohnjohnson

HTML

<p>Hello my name is jonjohn</p>

CSS

p {
    white-space: nowrap;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
}