JSFiddle - React, Tailwind, and code Playground

by shamaleyte

HTML

<link rel="stylesheet" type="text/css" href="/path/to/modal-video.min.css">
<script src="http://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="/path/to/modal-video.js"></script>
<button class="js-modal-btn" data-video-id="202177974">Open Vimeo</button>

JavaScript

$(".js-modal-btn").modalVideo({channel:'vimeo'});