JSFiddle - React, Tailwind, and code Playground

by Matteo Colangeli

HTML

<a href="#" id="img1home"></a>

CSS

#img1home {
    background-image: url('http://www.monfauteuilrelax.com/media/catalog/product/cache/1/small_image/420x/040ec09b1e35df139433887a97daa66f/3/7/3769-thickbox.jpg');
    background-color: #cccccc;
    width: 100px;
    height: 100px;
    display:block;
    background-repeat:no-repeat;
    background-position:0 0;
} 

#img1home:hover {
    background-image: url('http://www.monfauteuilrelax.com/media/catalog/product/cache/1/small_image/420x/040ec09b1e35df139433887a97daa66f/3/7/3792-thickbox.jpg');
    background-color: #cccccc;
    width: 100px;
    height: 100px;
}