JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

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

CSS

div[value],span[value]{
    font-size: 30px;
}