JSFiddle - React, Tailwind, and code Playground

by Alexander Lashchevsky

HTML

<iframe src="http://vatrushki-pik.ru/" class="ss-site__frame" frameborder="0" width="100%" height="100%"></iframe>

CSS

* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}

JavaScript

$('.ss-site__frame').load(function(){
  $(this).contents().find('.siteLogo').hide();
});