JSFiddle - React, Tailwind, and code Playground

HTML

<div xlink:href="data:image/png" width="48"></div>
<div xlink:href="specyfic" width="48"></div>
<div xlink:href="specyfic" width="48"></div>
<div xlink:href="specyfic" width="48"></div>

CSS

div {
  height: 30px;
  background: red;
  margin-bottom: 5px;
}

div:not([xlink\:href*=specyfic]) {
  background: yellow;
}