JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<input type="text" placeholder="test"><button>test</button>
<textarea>test</textarea>
SCSS
button, input, textarea {
padding: var(--system-input-padding, 1px 6px);
}