JSFiddle - React, Tailwind, and code Playground

HTML

<div>Pretend that this is some long sentence.</div>

CSS

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