JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" id="first" />
JavaScript
var a = document.getElementById('first').type;
//document.write(a);
alert(a);
<input type="text" id="first" />
var a = document.getElementById('first').type;
//document.write(a);
alert(a);