Is it possible to position object/image over button in html? See the image below. The idea is to position object over button, but still make button fully operatable.
<button type="button" class="button">Place image on me</button>
How would I approach this?