JSFiddle - React, Tailwind, and code Playground

by ipeshev

HTML

<div id="test">
    fffffffffffffffffffffff
</div>

JavaScript

setTimeout(function(){
    console.log($('body'));
    $('body').append('<style>#test{ color:red}</style>');
},5000)