JSFiddle - React, Tailwind, and code Playground

by tiagocarvalho

HTML

<div id="teste"> <input class="req" type="text" /> </div>

JavaScript

$(window).ready(function(){
    
//alert();            

    $("#test input.req").hide();

});