JSFiddle - React, Tailwind, and code Playground
by Jitendra Zaa
HTML
<div id="divPlaceholder">
</div>
JavaScript
function example1(){
document.getElementById('divPlaceholder').innerText = 'Hello There' ;
}
example1();
by Jitendra Zaa
<div id="divPlaceholder">
</div>
function example1(){
document.getElementById('divPlaceholder').innerText = 'Hello There' ;
}
example1();