JSFiddle - React, Tailwind, and code Playground

by Wendell Christian

HTML

<div>
  <label for="nome">Nome</label>
  <input texto="text" name="nome" id="nome">
</div>