JSFiddle - React, Tailwind, and code Playground

by Andreu

HTML

<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- 
  Bootstrap docs: https://getbootstrap.com/docs
-->

<div class="container-fluid">
    <div class="row">
        <div class="col-12">
            <section class="video-products ">
                <div class=" product row">
                    <div class="col-6 information">
                        Indo
                    </div>
                    <div class="col-6 video">
                        <video data-lazy-load-status="final" data-lazy-load-type="append-source-tags" data-lazy-load-parameters="[{&quot;type&quot;:&quot;video/webm&quot;,&quot;src&quot;:&quot;https://fotomasterltd.net/wp-content/uploads/foto-master-retro-mirror-booth-highlights-min.webm&quot;},{&quot;type&quot;:&quot;video/mp4&quot;,&quot;src&quot;:&quot;https://fotomasterltd.net/wp-content/uploads/foto-master-retro-mirror-booth-highlights-min.mp4&quot;}]" loop="" muted="" webkit-playsinline="" playsinline="" autoplay="" data-autoplay="" preload="none" title="Retro Mirror Booth: Highlights Video">
                            <source src="https://fotomasterltd.net/wp-content/uploads/foto-master-retro-mirror-booth-highlights-min.webm" type="video/webm">
                            <source src="https://fotomasterltd.net/wp-content/uploads/foto-master-retro-mirror-booth-highlights-min.mp4" type="video/mp4">
                        </video>
                    </div>
                </div>
            </section>
        </div>
    </div>
</div>

CSS

.row {
  background: #f8f9fa;
  margin-top: 20px;
}

.col {
  border: solid 1px #6c757d;
  padding: 10px;
}

.information, .video{
  padding: 25px;
  height: inherit;
      overflow: hidden;
}

.product{
  height: 660px;
  margin-top: 0px;
}
video{
    overflow: hidden;
}