JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" value="foobar" />
<input type="button" value="foobar" />

CSS

body {
    background: red;
}
input {
    border: 0;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
}