JSFiddle - React, Tailwind, and code Playground
by maximiloi
HTML
<div>
<iframe src="https://yandex.ru/map-widget/v1/?um=constructor%3A4b1c2b51fbd3984bb2f7b9be477250e9821572ab10802a6f97bc3c449d9ff9d3&source=constructor" width="100%" height="535" frameborder="0"></iframe>
</div>
CSS
body {
margin: 0;
}
div {
display: inline-flex;
position: relative;
}
div:before {
pointer-events: none;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: autoж
}
div:hover {
filter: grayscale(100%);
}
div {
filter: brightness(0.7) sepia(1) hue-rotate(190deg) saturate(5);
}