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;
}
<input type="text" />
<br /><br />
<textarea></textarea>
<br /><br />
<input type="button" value="button" />
input[type="text"], textarea {
background-color : #d1d1d1;
}