JSFiddle - React, Tailwind, and code Playground

HTML

<input placeholder="onetwo">

CSS

::-webkit-input-placeholder {
        color:    #909;
    }
    :-moz-placeholder,::-moz-placeholder {
        color:    #909;
    }
    :-ms-input-placeholder {
        color:    #909;
    }