JSFiddle - React, Tailwind, and code Playground

JavaScript

function subC() {
        //w/e
    }    
    subC.prototype = document.createElement('div');
    var x = new subC();
    alert(x instanceof HTMLDivElement);