JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

JavaScript

var m = ['mutuelle 1', 'mutuelle 2', 'mutuelle 3'];
alert(m[Math.floor(Math.random() * m.length)]);