JSFiddle - React, Tailwind, and code Playground
HTML
<body class="main">
<elem class="something">
<elem id="link">
<elem class="otherclass">
<p class="text">Hello</p>
</elem>
</elem>
</elem>
</body>
CSS
.main .text{
color:red;
}