JSFiddle - React, Tailwind, and code Playground
HTML
<table id="clientDetails">
<tbody>
<tr>
<td>Client - Mr Smith</td>
</tr>
<tr>
<td>Client - Mr Ted</td>
</tr>
<tr>
<td>Client - Mr Dhillon</td>
</tr>
<tr>
<td>Client - Mr Sean</td>
</tr>
<tr>
<td>Client - Mr Hart</td>
</tr>
</tbody>
</table>
JavaScript
var Table1 = document.getElementById('clientDetails');
s = Table1.rows[0].cells[0].firstChild.data
echo "s"