Check out example codes for "html input background color". It will help you in understanding the concepts better.
Code Example 1
input[type="text"], textarea {
background-color : #d1d1d1;
}
Code Example 2
<input style="background-color: gold;" type="text" value="">
Learn ReactJs, React Native from akashmittal.com