JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

class Res {
	constructor(a, b, c){
  	this.a = a;
    this.b = b;
    this.c = c;
  }
}

const resArr = [];