JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <input type="text" />
    <select><option>Test</option></select>
<body>

JavaScript

alert( $('input').index() < $('select').index())
alert( $('select').index() < $('input').index())