Allows highlighting any element, adding feature introduction, adding hints
Highlighting Single Elements
const spotlight = newSpotlight({
opacity: 0.7, // opacity for the backgroundpadding: 5, // padding around the element
});
spotlight.highlight('#some-element');
spotlight.clear();