JSFiddle - React, Tailwind, and code Playground

by learningforever

HTML

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

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