JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://imapo.ru/js/spotlight.js"></script>
<img src='https://pp.userapi.com/c637629/v637629058/62e44/rYQpoXXZ98I.jpg' width="500" height="300" id='test'>
<img src='http://imapo.ru/img/bg.jpg' width="500" height="300" id='test'>
<img src='http://imapo.ru/img/bg.jpg' width="500" height="300" id='test'>
<img src='http://imapo.ru/img/bg.jpg' width="500" height="300" id='test'>
JavaScript
$(function() {
$('#test').spotlight();
});