JSFiddle - React, Tailwind, and code Playground
by bulutkartal
HTML
<form class="forming" action="//www.enformed.io/wgjti6t4" method="post">
<div class="form-group">
<label for="name">First Name</label>
<input type="text" class="form-input" name="name" />
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" class="form-input" name="email" />
</div>
<!-- Submit your form -->
<button type="submit" class="form-group">Submit Me</button>
<input type="submit" value="Finish!" />
</form>