JSFiddle - React, Tailwind, and code Playground
HTML
<video width="320" height="240" controls>
<source src="http://www.w3schools.com/html/movie.mp4">
</video>
CSS
div#thumb {
background: red !important;
height: 20px;
}
<video width="320" height="240" controls>
<source src="http://www.w3schools.com/html/movie.mp4">
</video>
div#thumb {
background: red !important;
height: 20px;
}