JSFiddle - React, Tailwind, and code Playground
by jomanlk
HTML
<table>
<thead>
<tr>
<th>Title </th>
<th>Title 2</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href='http://somesite.com'></a></td>
<td><a class='linkid' href='http://correctsite.com'></a></td>
</tr>
</tbody>
</table>
JavaScript
alert($('td a.linkid:first').attr('href'));