JSFiddle - React, Tailwind, and code Playground

by alirokni

JavaScript

let hello = 'hello';
hello = 'goodbye';
console.log(hello);