JSFiddle - React, Tailwind, and code Playground

by doug65536

HTML

<div>
    Click this
</div>

CSS

div {
    width: 200px;
    height: 200px;
    border: solid black 1px;
    border-radius: 16px;
    padding: 16px;
}

div:active {
    background-image: url(http://placehold.it/200&text=Test);
}