JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
CSS
input{
padding-right : 20px /* all browsers, of course */
padding-right : 20px\9; /* IE8 and below */
*padding-right : 20px; /* IE7 and below */
_padding-right : 20px; /* IE6 */
}
/*japanpro*/