JSFiddle - React, Tailwind, and code Playground

JavaScript

(function (num) {
        var dog = "German Shepherd"+num;
        alert(dog);
})(100);