JSFiddle - React, Tailwind, and code Playground
by mowglisanu
HTML
<!-- Number 1 -->
<div style="height:259px;" class="how-right">
<span>JivaWay has a simple system to get you in shape in just 6 weeks. And it's so easy to follow, even people who have never exercised before can do it.</span>
<img src="img/how-it-works/num-1.PNG" width="267px" height="259px">
</div>
CSS
.how-right {
}
.how-right img {
margin-left:20px;
vertical-align:middle;
}
.how-left {
}
span{
display:inline-block;
width:300px;
vertical-align:middle;
}