JSFiddle - React, Tailwind, and code Playground

by artgas_pro

HTML

<form action="#">
  <input min="18" max="120" step="1" type="number" id="age" placeholder="Ваш вік" name="age" required>
  <button type="submit">Send</button>
</form>