JSFiddle - React, Tailwind, and code Playground
by krazy
HTML
<div id="myDiv">
<p>this is a paragraph</p>
</div>
<div id="myOtherDiv">
<p>this is another paragraph</p>
</div>
<input type="button" onclick="test1()" value="test1"/>
<input type="button" onclick="test2()" value="test2"/>
JavaScript
function test1