JSFiddle - React, Tailwind, and code Playground

by Jitendra Zaa

HTML

<div id="divPlaceholder">

</div>

JavaScript

function example1(){
	document.getElementById('divPlaceholder').innerText = 'Hello There' ;
}

example1();