JSFiddle - React, Tailwind, and code Playground

by Abbas Jaber

HTML

<body>
<h1>أول صفحة جافاسكربت</h1>
<p id="demo"></p>
<script type="text/javascript">
document.getElementById("demo").innerHTML=Date();
</script>
</body>