JSFiddle - React, Tailwind, and code Playground

by slace

HTML

<h1>This is something really long</h1>

CSS

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