JSFiddle - React, Tailwind, and code Playground

by Konstantin Rouda

HTML

<form action="" name="myForm">
  <label for="nameInp">Enter your name</label>
  <input type="text" id="nameInp" name="name">
  <textarea name="textarea" id="" cols="30" rows="10"></textarea>
  <button>Click me</button>
</form>