JSFiddle - React, Tailwind, and code Playground

by meo

HTML

<input type="text" />

CSS

input {
    border: none;
    -moz-box-shadow: 0 0 1px 1px rgba(210,176,107,1);
    -webkit-box-shadow: 0 0 1px 1px rgba(210,176,107,1);
    box-shadow: 0 0 1px 1px rgba(210,176,107,1);
    font-size: 2em;
}