JSFiddle - React, Tailwind, and code Playground

by johntrepreneur

HTML

<div class="parent">
    <div class="child1">child1</div>
    <div class="child2">child2</div>
</div>

CSS

.parent {background-color: #FF3399;}
.child1 {background-color: #996600;}
.child2 {background-color: #FF3300;}