JSFiddle - React, Tailwind, and code Playground

by Reigel Gallarde

HTML

<table>
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td><b><a>abc</a></b></td>
        </tr>
    </tbody>
</table>

JavaScript

alert($("tbody:eq(0)>tr:eq(0)>td:eq(2)>b:eq(0)>a:eq(0)").length)