JSFiddle - React, Tailwind, and code Playground

by jerryhuangme

HTML

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

CSS

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