JSFiddle - React, Tailwind, and code Playground

by ltdeta

HTML

<html>
    <body>
        <p>Some content</p>
        <p>Some more content</p>
        <div class="embeddedObject">
            <embed>
                #document
                <html>
                    <body>
                        <!-- I want this video tag! -->
                        <<img src="" alt=""> id="sss"></img>
                    </body>
                </html>
            </embed>
        </div>
    <body>
<html>

JavaScript

alert($(".embeddedObject").find("img").attr("id"));