JSFiddle - React, Tailwind, and code Playground

by airspeed

HTML

<html>
    <head>
        <title>#9560</title>
    </head>
    <body>
        <object>
        </object>
    </body>
</html>

JavaScript

$.acceptData($('object'));

jQuery.acceptData = function(a)
{
    if(a.nodeName)
    {
        var b = jQuery.noData[a.nodeName.toLowerCase()];
        if(b)
        {
            if(a.getAttribute) return b!==!0&&a.getAttribute("classid")===b;
            else return b!==!0&&a["classid"]===b;
        }
        return !0;
    }
};