JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" />
<input type="text" />
<input type="password" />
CSS
input[type="text"], input[type="password"] {
border: 1px solid black;
}
<input type="checkbox" />
<input type="text" />
<input type="password" />
input[type="text"], input[type="password"] {
border: 1px solid black;
}