JSFiddle - React, Tailwind, and code Playground

by sinju

HTML

<div class="fixed-width-height">
    <video class="child" controls="" autoplay="">
        <source src="http://beginwithsoftware.com/free-hd-720p-1080p-mp4-video-downloads/video/I_LOVE_YOU_H264_720P_23.976_BeginWithSoftware.com.mp4" type="video/mp4">Your browser does not support the video tag.</video>
</div>

CSS

.fixed-width-height {
    float: left;
    margin: 3px 0px 8px 10px;
    position: relative;
    width: 100%;
}
 .child {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px #ef7f1b solid;
    padding: 6px;
  
}