JSFiddle - React, Tailwind, and code Playground

JavaScript

var clash = "test";
(function() {
    var clash = "something else";
}());
alert(clash);