JSFiddle - React, Tailwind, and code Playground

by jackwanders

HTML

<table class="mytable">
<tr>
    <td></td>
</tr>
<tr class="useful">
    <td title="hasTitle">9</td>
</tr>
</table>

JavaScript

alert($('table.mytable tr.useful td[title=hasTitle]').text());