JSFiddle - React, Tailwind, and code Playground

by Brett Miley

HTML

JavaScript Tests

<script type="text/javascript">
<!--   
function test(){
    document.write("Ouch!");
}
-->   
</script>
<form>
    <input type="button" value="clickme" onClick="test()" />
</form>