JSFiddle - React, Tailwind, and code Playground

by tea4two

HTML

<h1>Javascriptでアラートを出してみよう!</h1>

JavaScript

var msg = 'メッセージ';

alert(msg);