JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

var variable = function() {
    alert('Bonjour !');
};

variable();