JSFiddle - React, Tailwind, and code Playground

by Константин Дралюк

HTML

<div class="list">
  list
  <div class="_list_item">list item</div>
</div>

CSS

.list {
  color: #f0f;
  ._list_item {
    color: #f00;
  }
}