How can I highlight part of the text in material-ui TextField
02:10 18 Oct 2019

I want to Highlight not Select part of the value in TextField component

Something like this

enter image description here

I tried having a with a class in the value prop but that showed [object Object] instead.

How can I achieve that?

reactjs material-ui