JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://student.santarosa.edu/~nfreitas/js/alert-errors.js"></script>

JavaScript

// Create a 'helloWorld' function here.

function helloWorld() {
    
// Place this code in your function body:
 document.write('Hello World!');
   
    return helloWorld;
}