JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

View the error in the console.

JavaScript

const myVariable = 5;
myVariable = 12;

// Affiche "Autre chose"
console.log (myVariable);