JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    <input type="text" data-bind="value:Equivalent"/>
</body>
</html>

JavaScript

try{

    $(":input[data-bind='value:Equivalent']");
    
}catch(e){
  alert(e);
}