JSFiddle - React, Tailwind, and code Playground

HTML

<table id="description">
    <tr><td></td></tr>
    <tr><td></td></tr>
</table>

JavaScript

$("#description tr:gt(0)").each(function(){
     alert('in');
 })