JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

var isole = (function() {

    return 'Coucou';

})();

alert(isole);