JSFiddle - React, Tailwind, and code Playground
HTML
<section class="text">1</section>
<section class="video">2</section>
<section class="divider">3</section>
<section class="image">4</section>
<section class="quote">5</section>
CSS
section {
display: block;
height: 50px;
background: #118833;
margin-bottom: 1px;
}
.divider {
background: #ddd;
}