JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src='jsfiddle.net'></iframe>
JavaScript
$(document).ready(function() {
$('iframe').contents().find('#home').css('opacity','0.1');
});
<iframe src='jsfiddle.net'></iframe>
$(document).ready(function() {
$('iframe').contents().find('#home').css('opacity','0.1');
});