JSFiddle - React, Tailwind, and code Playground
by alexdickson
HTML
<div abc=1>hello</div>
CSS
[abc="1"] {
color: red;
text-decoration: underline;
font-weight: bold;
}
</style>
by alexdickson
<div abc=1>hello</div>
[abc="1"] {
color: red;
text-decoration: underline;
font-weight: bold;
}
</style>