JSFiddle - React, Tailwind, and code Playground
by Joel Garcia
HTML
<form name="e">
<input type="text">
<input type="password">
<button>e</button>
</form>
JavaScript
document.forms["e"]
by Joel Garcia
<form name="e">
<input type="text">
<input type="password">
<button>e</button>
</form>
document.forms["e"]