JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

View the result in the console.

JavaScript

var myVariable = "Initial text";
var myVariable = "Something else";

// Display "Something else"
console.log (myVariable);