JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<body>
<input type="text" name="Hello" />
</body>
</html>
JavaScript
alert($('input').attr('name'));
<!DOCTYPE html>
<html>
<body>
<input type="text" name="Hello" />
</body>
</html>
alert($('input').attr('name'));