JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div id="hello" value='new'>
    <span id="desc">Examples</span>
</div>
<div value='old'>In here the css search only for the element which has the attribute name is "value" and the value as "new" </div><br/>

CSS

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