JSFiddle - React, Tailwind, and code Playground
by gbsandeep
HTML
<div class="modal hide" id="myModal">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<div class="modal-body">
<iframe width="560" height="315" src="http://www.youtube.com/embed/30Pjl31cyDY?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
JavaScript
$('#my-video').on('hide', function () {
player.stopVideo();
})