JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" maxlength="10"/> <input type="text"/> <input type="text"/>

CSS

input:focus{
  overflow: hidden;
}