<div class='image'>
<img src='https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTBsbCAQtQimp5yI0Zx4vyR_FzPLUVzkdjDBN0N4_LAUo59inNQrSp6-Iz7qrfAXBENLGI&usqp=CAU'>
</div>
.image {
width: 300px;
height: 165px;
position: relative;
overflow: hidden;
}
.image::after {
content:"";
position: absolute;
top: 50px;
left: 50px;
width: 50px;
height: 50px;
background: none;
box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.8);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.