JSFiddle - React, Tailwind, and code Playground

by Pete_D

CSS

body {
    position: relative;
    background: red no-repeat center center;
    background-size: contain;
    margin: 0;
}

.clickable-area {
    border: 1px solid yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 15%;
}