How can I change placeholder text color with React inline styling? I'm using the following input styling:
input: {
width: '100%',
height: '100%',
backgroundColor: 'white',
border: '0px',
float: 'left',
paddingLeft: '30px',
...
}