JSFiddle - React, Tailwind, and code Playground by Uriel Zarnihchi November 09, 2014 JavaScript var Row = function Row () { this.a = 1 ; } console.log(new Row());