JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

HTML

<form action="">
  <label for="name">Pon tu nombre</label>
  <br><br>
  <input id="name" type="text">
  
  
</form>