JSFiddle - React, Tailwind, and code Playground

by hemant1027

JavaScript

nr = Math.floor(Math.random()*99999999999);
document.write('<div class="wads-content-' + nr + '" 
               id="flashcontent' + nr + '">'+ flashrequired +'</div>');
alert('write done');
               var flashcontent = document.getElementById('flashcontent' + nr);
alert(flashcontent);