JSFiddle - React, Tailwind, and code Playground

HTML

<iframe src='jsfiddle.net'></iframe>

JavaScript

$(document).ready(function() {
    $('iframe').contents().find('h2').css('color','red');
    $('iframe').contents().find('#header').css('opacity','.2');
    });