JSFiddle - React, Tailwind, and code Playground by Ming Huang February 16, 2019 JavaScript function school(name){ this.name = name; } new school('skyline');