JSFiddle - React, Tailwind, and code Playground

by brigand

JavaScript

{
  class C {}

  C = 123

  console.log(C)
}