I have a line of text in the textarea is like below
<textarea>This is a line of text for test.</textarea>
Now I would like to change the word color of some character is like below.
I don't want to change HTML textarea tag to display this text. I would like to implement is using jQuery. How can i do that?