JSFiddle - React, Tailwind, and code Playground

by Paulpro

HTML

<a id="AIM" href="http://dribbble.com/_max" />

CSS

#AIM {
    left:20px;
    top:90px;
    position: absolute;
    width: 55px;
    height: 54px;
    background-image: url('http://maxk.me/img/aim.png');
}

#AIM:hover {
    background-image: url('http://maxk.me/img/aim-hover.png');
}