JSFiddle - React, Tailwind, and code Playground

by Kamlesh Kushwaha

HTML

<img src="https://cdn.freebiesupply.com/logos/large/2x/fox-news-logo-png-transparent.png" alt="">

CSS

img {
      width: 120px;
    }

    img:hover {
      filter: sepia(100%) hue-rotate(190deg) saturate(500%);
    }