JSFiddle - React, Tailwind, and code Playground
by avrelian
HTML
<div class="top">
<div class="middle">Middle</div>
<div class="middle">Middle</div>
</div>
CSS
.top {
background: red;
}
.top :first-child {
background: yellow;
}
.top:before {
content: 'sdfsdf';
background: blue;
}
JavaScript
// Stylenguard
// ::before does not affect :first-child