JSFiddle - React, Tailwind, and code Playground
JavaScript
function Car(name, color, model) {
this.name = name;
this.color = "red";
this.model = model;
}
function Car(name, color, model) {
this.name = name;
this.color = "red";
this.model = model;
}