JSFiddle - React, Tailwind, and code Playground

by Mohammed Fellak

HTML

<form>
  <div>
    <label for="choose">Ty</label>
    <input type="password" name="password" required minlength="8" maxlength="50">
  </div>
  <div>
    <button>Submit</button>
  </div>
</form>