JSFiddle - React, Tailwind, and code Playground

by fresheyeball

JavaScript

const foo = 5;
foo = 25;
alert(foo);