JSFiddle - React, Tailwind, and code Playground
by Nick Craver
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/dot-luv/jquery-ui.css">
<body>
<input type="text" />
<select><option>Test</option></select>
<body>
JavaScript
alert($(":input:first")[0].nodeName);