JSFiddle - React, Tailwind, and code Playground

by Angela Baruth

HTML

<h2>Start to get the new knowledge</h2>
<div id="helloworld"></div>

CSS

#javescript {
    color: red;
}

JavaScript

var name = prompt("What is your name?");  
  document.getElementById("javescript").innerHTML="Welcome to CSCI E-3, "+name;