JSFiddle - React, Tailwind, and code Playground
by glee
HTML
<a href = "#" class = "ihaveaclass">I have a class!</a>
<a href = "#">I don't! Glee is awesome!</a>
CSS
a:not([class]) {
color: red;
}
by glee
<a href = "#" class = "ihaveaclass">I have a class!</a>
<a href = "#">I don't! Glee is awesome!</a>
a:not([class]) {
color: red;
}