JSFiddle - React, Tailwind, and code Playground

JavaScript

function init() {
        alert ('init 1'); 
}

var init = function(){
    alert('init 2');
}
init();