JSFiddle - React, Tailwind, and code Playground

HTML

<a href="https://creator.zoho.com/zoho_tbh/tm2/#Page:Home">
    <div id="one">
        <img src="https://iz.zohostatic.com/sites/default/files/zoho-logo-zh.png">
    </div>
</a>

CSS

#one {
  Background-color: red;
}

#one:hover {
  background-color:blue;
}