There is one h1 heading in my code, and it looks like this:
HTML
<h1>AwesoME</h1>
CSS
h1 {
color:#eee
}
h1:last-word {
color:#000
}
I want to only change the last two characters of the h1 text. Is it possible to achieve this using JavaScript or jQuery?