JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
</body>
</html>
JavaScript
jQuery(document).ready(function(){
$('body').append('<div id="testing"></div>');
if($("#testing").length == 0){
alert("WTF! Testing div should be there!");
}
});