JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<script src="https://code.jquery.com/jquery-3.4.1.slim.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css">
<hr>
<!--<div>‹</div>-->
<div class="page-container"><section class="promo-container py-5">
<article class="promo-item border-right">
<div class="row">
<div class="col-md mb-4 mb-md-0">
<h4>
Heading here <span class="text-redline">Optional</span>
</h4>
<blockquote class="blockquote">
<p class="mb-0">Short quote here lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">Customer Name, <cite title="Source Title">Customer Company</cite> <span class="text-redline">Optional</span></footer>
</blockquote>
<button class="btn btn-outline-primary w-100 w-md-init">
View more <span class="text-redline">Optional</span>
</button>
</div>
<div class="col-md-4 d-flex justify-content-center align-items-center">
<div class="dummy-img d-flex justify-content-center align-items-center text-muted">
<div class="text-center">
Image here <div class="text-redline">Optional</div>
</div>
</div>
</div>
</div>
</article>
<article class="promo-item border-right">
<div class="row">
<div class="col-md mb-4 mb-md-0">
<h4>
Heading here <span class="text-redline">Optional</span>
</h4>
<blockquote class="blockquote">
<p class="mb-0">Short quote here lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
...