JavaScript pilih elemen yang tidak memiliki atribut

a:not([class]), a[class=""]{
    color: blue;
}
Determined Dotterel