This question already has answers here:
Closed 6 years ago.
I have to select particular word in div tag.
HTML
<div>This is my text</div>
Here i need a select the word my
.
Is it possible to achieve with CSS alone?