Is it possible at allto style only a particular text of an input field.Like SO's tag input field
Assuming, I have an input field <input value="some text"/>
, is it possible to style only the text 'some' but not 'text'?
If not, what are some alternatives?