'Is there a way to change an elements css based off of its inner text? [duplicate]

I've searched all over the internet for this answer and I'm still clueless, maybe one of you will know. Basically I'm wondering if in a .css file could you theoredically change the css of an object based off of its text

for example:

h1[innerText="some text thats in the h1"] {
   /*styles oh what wonderful styles*/
}
css


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source