JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<div>
  <label for="">
    First Name:
    <input type="text" value="John">
  </label>
</div>
<div>
  <label for="">
    Last Name:
    <input type="text" value="Doe">
  </label>
</div>
<button type="submit">Save</button>