JSFiddle - React, Tailwind, and code Playground

by Ming Huang

JavaScript

function school(name){
  this.name = name;
}

new school('skyline');