JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    這是一個普通的網頁
</div>
<script type="text/javascript">  
    //可別打錯字囉 ,如果打成 text/javascirpt 可會沒有反應的。
    alert("hello");
</script>