JSFiddle - React, Tailwind, and code Playground

by didacticode

HTML

<label for="identificador">Identificador:</label>
<input type="text" id="identificador" name="identificador" value="12345678" disabled><br>
<label for="nombre">Nombre:</label>
<input type="text" id="nombre" name="nombre" placeholder="Ej. Ada"><br>
<label for="apellido">Apellido:</label>
<input type="text" id="apellido" name="apellido" placeholder="Ej. Lovecode"><br>