JSFiddle - React, Tailwind, and code Playground

by jerryhuangme

HTML

<form id="ios">
    <input type="text" />
    <input type="text" />
    <input type="text" />
    <input type="text" />
</form>

CSS

form#ios input[type=text]{
    height: 50px;
    width: 40px;
    text-align: center;
}