JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li class="jstree-leaf" kids="0" range="5-7" name="mars" public_id="mars_05" ra_depth="5">
</li>
<li class="jstree-leaf" kids="0" range="8-10" name="pluto" public_id="pluto_8" ra_depth="5"
</li>
</ul>
JavaScript
alert($(document).find("li[name='pluto','mars']").length);