JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
<input type="text" />
<input type="submit" value="Register" />
CSS
input {
display: block;
min-width: 200px;
padding: 10px;
}
<input type="text" />
<input type="text" />
<input type="submit" value="Register" />
input {
display: block;
min-width: 200px;
padding: 10px;
}