JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>

<html>
    <body>
        <input type="text" name="Hello" />
    </body>
</html>

JavaScript

alert($('input').attr('name'));