JSFiddle - React, Tailwind, and code Playground

by tjnicolaides

HTML

<a href="#" class="fb" target="_blank"><span class="liketext">Share this Song</span></a>

CSS

a.fb {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    background-color: #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float:left;
    padding: 4px 5px;
}

a.fb:hover {
    border:1px solid #3B5998;
}
a.fb .liketext {
     background: url("https://s-static.ak.facebook.com/rsrc.php/v1/y7/r/ql9vukDCc4R.png") no-repeat scroll -1px -33px transparent;
    color: #3B5998;
    display: block;
    padding-left: 17px;
    white-space: nowrap;
    line-height: 14px;
    font: 11px Verdana,sans-serif;
}