JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

class Parent {
	do() {
  	console.log(this)
  }
}

class Child extends parent {
	
  constructor() {
  	this.test = 
  }
}