JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#one" id="one">
<img alt="Franchise 16" src="" width="100" height="100" />
</a>
<a href="#two" id="two">Two</a>
CSS
#one:hover ~ #two {
color: red;
}
<a href="#one" id="one">
<img alt="Franchise 16" src="" width="100" height="100" />
</a>
<a href="#two" id="two">Two</a>
#one:hover ~ #two {
color: red;
}