JSFiddle - React, Tailwind, and code Playground

by Peter Aad

HTML

<div class="c">
    <section class="a"></section>
    <section class="b"></section>
    <section class="c"></section>
</div>

CSS

section.a, section.c {width: 100%;height:100px;background:Red;}
section.b {display:inline-block;height:100px;background:blue;}
section.c {background:yellow;}