JSFiddle - React, Tailwind, and code Playground
by seankoole
HTML
<section class="block">
a
</section>
<section class="block">
<img src="https://fanboxio.github.io/now-tech.com/public/images/image-14.jpg" alt="">
</section>
<section class="block">
<img src="https://fanboxio.github.io/now-tech.com/public/images/visual-7.png" alt="">
</section>
<section class="block">
d
</section>
<footer class="footer">
</footer>
CSS
section {
min-height: 100px;
background: red;
}
section img {
width: 200px;
}
section + section {
margin-top: 40px;
}
footer {
height: 100px;
background-color: grey;
}