JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>
            Link <div class="dots">. . . . . . . . . . . . . . . . . . . . . . . . . . . .</div> >>
        </td>
    </tr>
</table>

CSS

div.dots {
    width:100px;
    display: inline;
    overflow:hidden;
}