JSFiddle - React, Tailwind, and code Playground

HTML

<a href="#">Das ist ein langer Linktext</a>

CSS

a {
    display:inline-block;
    max-width:100px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}