JSFiddle - React, Tailwind, and code Playground

by dgrebb

HTML

<small>
  <a href="/"><img src="https://placehold.co/100x50" alt="hi" /></a>

  <a href="/">yo</a>
</small>

CSS

small a {
  background-color: green;
  padding: 3rem;
}
small a:has(img) {
  background-color: blue;
}