JSFiddle - React, Tailwind, and code Playground

Babel + JSX

class Sub extends Error {
}

let s = new Sub()
alert(`Is instance of Sub: ${s instanceof Sub}`)