JSFiddle - React, Tailwind, and code Playground
by Ivin Raj S
HTML
<p id="Demo">This is demo page</p>
<button type="button" onclick="document.getElementById('Demo').innerHTML='Javascript'">clickme</button>
by Ivin Raj S
<p id="Demo">This is demo page</p>
<button type="button" onclick="document.getElementById('Demo').innerHTML='Javascript'">clickme</button>