JSFiddle - React, Tailwind, and code Playground

by Fernando Santos

HTML

<p id="fileName">This is the big name of my file.txt</p>

CSS

#fileName {
    width: 100px;
    white-space: nowrap;
    text-overflow: 'atxt';
    overflow: hidden;
}