JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr class="jtable-data-row jtable-row-even">
<td>admin-ui</td>
<td>/admin/manage/client</td>
<td>Client Manager</td>
<td>Used for redirecting to Client Management page</td>
</tr>
<tr class="jtable-data-row">
<td>admin-ui</td>
<td>/admin/manage/configuration</td>
<td>Configuration Manager</td>
<td>Used for redirecting to configuration page</td>
</tr>
</table>
CSS
.ui-tooltip{
max-width: 100%;
}
JavaScript
$('table td').attr('title', 'testtitleasdasdsadasdasdsadasdasdasdasdasdasdasdadqasdad').tooltip();