JSFiddle - React, Tailwind, and code Playground

by David Sch

HTML

<p style="float: left;"> </p>
<p style="text-align: left;">And to round off the benefits, it’s 100% natural with no nasty chemicals and rich in antioxidants.</p>
<h3 style="text-align: center;"><br /><strong><span style="color: #8988db;">Take control now of your wellbeing and improve your sleep now!</span></strong><br /><br /></h3>


<div class="one-half-column-left">
<div class="cta_text" align="right"><a href="/collections/all" class="btn">Shop Now</a></div>
</div>
<div class="one-half-column-right">
<div class="cta_text" align="left"><a href="/pages/about-our-teas" class="btn">Learn More</a></div>
</div>
<br /><br />
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<div style="text-align: center;"></div>
<br />
<div style="text-align: center;">Want to learn more about the importance of sleep? Sign up to our newsletter at the bottom of this page <span style="color: #000000;">t</span>o get your <span style="color: #8988db;"><strong>FREE eBook!</strong></span></div>


<div style="display: grid;grid-template-columns: 1fr 1fr">
<div style="text-align: right;padding-right: 25px;"><a href="/collections/all" class="btn">Shop Now</a></div>
<div class="text-align: left;padding-left: 25px;"><a href="/pages/about-our-teas" class="btn">Learn More</a></div>
</div>

CSS

.s {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.shopnow {
  text-align: right;padding-right: 25px;
}
.learnmore {
  text-align: left;padding-left: 25px;
}