JSFiddle - React, Tailwind, and code Playground
by forgetcolor
HTML
<div id="container">
<video class="vidclass" src="http://path.to/vid"></video>
<div class="other">other stuff</div>
</div>
JavaScript
alert($('video').html())
by forgetcolor
<div id="container">
<video class="vidclass" src="http://path.to/vid"></video>
<div class="other">other stuff</div>
</div>
alert($('video').html())