JSFiddle - React, Tailwind, and code Playground

by honzajde

HTML

<div id="demo">
  <h3>HTML 5 inputs</h3>
  <form>
    <input type="text" name="num" maxlength="11" inputmode="numeric">
    <br><input type="tel" min="0" max="99999999999" maxlength="11"><br>
    <input type="submit">
  </form>
</div>