JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id="hello" value='new'>
    <span id="desc">Examples</span>
</div>
<div value='old new'>In selects this because it contains the word new</div><br/>
<div value='oldnews'>It does not select because it does not have the word new</div><br/>

CSS

div[value ~= new]{
    font-size: 30px;
}