Looking to enhance user input in a textarea? Want to change the color of specific words as they are typed by the user? For example, if you are expecting the user to type:
"My name is Maryam and My age is 24"
and you want to highlight 'My name' and 'My age' in blue as soon as they are typed. Additionally, you want these changes to be reflected inside the textarea itself.
Is there a way to achieve this using CSS, HTML or JavaScript?