JSFiddle - React, Tailwind, and code Playground

by Damien M

JavaScript

function mafonction(arg){
    alert('Coucou voila l\'argument : ' + arg)
}

mafonction('yolo');