JSFiddle - React, Tailwind, and code Playground

by Marius Craciunoiu

HTML

<p title="hello world">Hello world</p>

<p title="hi there world">Hello world</p>

CSS

[title*="world"] {
    color: red;
}