JSFiddle - React, Tailwind, and code Playground

by Artem

TypeScript

abstract class Shape {
	abstract protected outShape()
}