JSFiddle - React, Tailwind, and code Playground

HTML

<div class="box">Click Here</div>

<br /><br /><br /><br />

<div class="box">Do Not Click Here</div>

CSS

.box {
    background:url("http://cdn1.iconfinder.com/data/icons/humano2/24x24/actions/new-go-next.png") no-repeat scroll 85px #a6cf83;
    background-position: center right;
    float:left;
    color:#333;
    font-weight:bold;
    padding:8px 34px 8px 8px;
}