JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td class="first">
<p>
<a href="#">888.555-222</a>
<span>Lorem ipsum dolor sit amet, ex sed ornatus appetere. Modus consequat ut sed. Mel ne sumo dico possim, duo an doming albucius gubergren, mea posse quodsi id. Usu </span>
</p>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
CSS
td.first {
width: 30%;
}
a {
display: inline-block;
width: 60px;
}
span {
display: inline-block;
padding-left: 60px;
text-indent: -60px;
}