JSFiddle - React, Tailwind, and code Playground

HTML

<input type="submit" name="submit" class="mybtn"/>

CSS

input.mybtn {
    background-image: url("http://subtlepatterns.com/patterns/symphony.png");
    font-size: 12px;
    padding: 100px;
}