JSFiddle - React, Tailwind, and code Playground
by jerryhuangme
HTML
<form id="ios">
<input type="password" size="1" />
<input type="password" size="1"/>
<input type="password" size="1"/>
<input type="password" size="1"/>
</form>
CSS
form#ios input[type=password]{
height: 50px;
width: 40px;
text-align: center;
}