JSFiddle - React, Tailwind, and code Playground

by von

CSS

.image-detail::before {
    content: "";
    cursor: pointer;
    display: block;
    background: url(/shared/css/[email protected]), url(/etc/designs/aau/images/[email protected]);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}