JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

function coucou(){
    return 'Bonjour';
}

alert(coucou());