JSFiddle - React, Tailwind, and code Playground

by chopper

HTML

<div>
    <div>
        <div>
            <div>Line 1</div>
            <div>Line 2</div>
            <div>Line 3</div>
            <div>Line 4</div>
        </div>
    </div>
</div>

CSS

div div div div {
    color: red;
}