JSFiddle - React, Tailwind, and code Playground

by learningforever

HTML

<h2>My First Web Page</h2>
<p>My first paragraph.</p>

<script>
window.alert(5 + 6);
</script>