JSFiddle - React, Tailwind, and code Playground

HTML

<div class="table">
    <a href="a">A</a>
    <a href="b">Lorem ipsum sit amet</a>
    <a href="c">C</a>
    <a href="d">D</a>
</div>

CSS

.table a {
    display: table-row;
    background-color: lightgray;
}