JSFiddle - React, Tailwind, and code Playground

by jquery4u

HTML

<input type="text" name="email" placeholder="Your email..." />

CSS

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button, .aui-field-input-text {
    background-image: url(http://splash.abc.net.au/splash-search-portlet/images/forms/input_shadow.png);
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    font: 1em Arial, Helvetica, Verdana, sans-serif;
    padding: 5px 1px;
}