JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

HTML

<input type="text">    </input>
    <select name="" id=""></select>

CSS

input, select {
   width: 120px;
    font-size:1em;
   font: 1em Arial, sans-serif;
   padding: 3px 6px;
}