JSFiddle - React, Tailwind, and code Playground
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;
}
<p id="fileName">This is the big name of my file.txt</p>
#fileName {
width: 100px;
white-space: nowrap;
text-overflow: 'atxt';
overflow: hidden;
}