JSFiddle - React, Tailwind, and code Playground
HTML
<input placeholder="Hello, world" type="text">
CSS
input {
margin: 50px;
font-size: 25px;
}
<input placeholder="Hello, world" type="text">
input {
margin: 50px;
font-size: 25px;
}