JSFiddle - React, Tailwind, and code Playground

by evan

HTML

<script src="//fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_embed wistia_async_fji864c76b" style="width:640px;height:360px;"></div>

<button id="reload">
    Reload video
</button>

JavaScript

window._wq = window._wq || [];
_wq.push({ id: "fji864c76b", onReady: function(video) {
  document.getElementById('reload').addEventListener('click', function () {
  	video.replaceWith('fji864c76b');
  });
}});