JSFiddle - React, Tailwind, and code Playground

HTML

<div class="welcome">
    <section>
        <div>This will be selected</div>
    </section>
    <div>This will be selected as well</div>
</div>

CSS

.welcome div {
    font-size: 20px;
    color: #f00;
}