JSFiddle - React, Tailwind, and code Playground
by Adrien Be
HTML
<input type="text" class="input-fld-txt" />
CSS
body {
background-color: white;
}
.input-fld-txt {
background: #FCFCFC;
color: #999;
padding: 0 8px;
border: #EEE 1px solid;
-moz-box-shadow: inset 0px 0px 5px #EEE;
-webkit-box-shadow: inset 0px 0px 5px #EEE;
box-shadow: inset 0px 0px 5px #EEE;
}