JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
<b class = "elipse">
very lengthy text
</b>
</td>
</tr>
CSS
.elipse{
background-color : aqua;
border-radius : 60%;
padding : 20px;
}