JSFiddle - React, Tailwind, and code Playground

by yijiang

HTML

<a class="twitter" href="http://twitter.com/share">Tweet</a>

CSS

.twitter {
    display: inline-block;
    background: url("http://platform.twitter.com/widgets/images/tweet.png") no-repeat;
    width: 55px;
    height: 20px;
    text-indent: -9999px;
}

.twitter:hover {
    background-position: 0 -21px;
}