JSFiddle - React, Tailwind, and code Playground

by akang2

HTML

<!doctype html>
  <title>Boilerplate</title>

<body>

	<h1>Intro to Javascript</h1>

</body>

JavaScript

//Activity 4.1 - Inserting a script 

//First we're going to look at inserting Javascript into an HTML page

alert("hello bleh");