JSFiddle - React, Tailwind, and code Playground

HTML

<div class="div1">
    <div class="div1-1">Test</div>
</div>

CSS

.div1 .div1-1 {color: red;}
.div1 > .div1-1 {background: blue;}