I have <input /> from react side I'm receving it's value eg. DD/MM/YYYY
If User Start typing It Get's converted to 34/MM/YYYY
can I change color of MM/YYYY to some other diffrent color.
My Input Box -->
 <input name="newDate" id="newdate" label="New Date" 
  placeholder="ENTER DATE OF BIRTH IN DD/MM/YY FORMART" value="12/31/32YY">
