JSFiddle - React, Tailwind, and code Playground

by scrawlon

HTML

<html>
<head>    
<script type="text/javascript">
<!--
    var a = 2;
    var b = 2;
    var c = a + b;
    alert("the sum of " + (a) + " + " + (b) + " = " + (c));
// -->    
</script>
</head>    
<body>
</body>    
</html>