JSFiddle - React, Tailwind, and code Playground
by nickpish
HTML
<video controls preload="auto" id="click">
<source src="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"' />
<track src="http://www.nickpish.com/_dev/caption-test/captions.vtt" label="English captions" kind="captions" srclang="en" default></track>
</video>
CSS
::cue {
font-size: 24px;
background-color: rgba(255, 255, 255, 0.75);
color: #000;
width: 100%;
}