JSFiddle - React, Tailwind, and code Playground
HTML
<p title="hello world">Hello world</p>
<p title="hi there world">Hello world</p>
CSS
[title*="world"] {
color: red;
}
<p title="hello world">Hello world</p>
<p title="hi there world">Hello world</p>
[title*="world"] {
color: red;
}