JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test" style="text-overflow:ellipsis;">Este Ă© apenas um texto longo para exemplificar o funcionamento</div>

CSS

div.test
    {
    white-space:nowrap; 
    width:12em; 
    overflow:hidden; 
    }