JSFiddle - React, Tailwind, and code Playground
by alexb
HTML
<button>
<img src="https://png.pngtree.com/element_our/sm/20180301/sm_5a9794da1b10e.png">
</button>
CSS
button img {
width: 60px;
border: 2px transparent dashed;
}
button:active img {
border-color: orangered;
}