JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />
<input type="password" />

CSS

input[type="text"],
input[type="password"] {
    padding: 4px;
    border:1px solid #000;
    height:24px;
    width:200px;
    line-height:100%;
}