JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" />
<br /><br />
<textarea></textarea>
<br /><br />
<input type="button" value="button" />

CSS

input[type="text"], textarea {

  background-color : #d1d1d1; 

}