JSFiddle - React, Tailwind, and code Playground

HTML

<input type="image" class="fin-play-button"  />
<input type="button" value="hello" class="fin-play-button selected"  />

CSS

.fin-play-button {
    /*background: url(./images/v2.png) no-repeat !important;*/
    cursor: pointer;
    border: 1px solid silver !important;
}

.fin-play-button.selected {
    border: 1px solid red !important;
}