JSFiddle - React, Tailwind, and code Playground

by rcravens

HTML

<button type="submit">Buy Now!</button>
<br />
<br />
<button class="stripe-payment-form-submit" type="submit">Buy Now!</button>

CSS

.stripe-payment-form-submit{
    background: transparent url(http://diglabs.com/wp-content/uploads/2011/11/Dig-Labs.png) no-repeat;
    text-indent: -1000px;
    width: 305px;
    height: 73px;
    outline: none;
    position: relative;
    cursor: pointer;
}
.stripe-payment-form-submit:hover{
    top: -1px;
    left: -1px;
}