JSFiddle - React, Tailwind, and code Playground

HTML

<input id="search" class="search-query" placeholder="Placeholder text here" name="" value"">

CSS

#search::-webkit-input-placeholder, #search:-moz-placeholder, #search::-moz-p, #search:-ms-input-placeholderlaceholder {
   color: #898F9C;
}