JSFiddle - React, Tailwind, and code Playground

by Atty Eleti

HTML

<div class="direction-row spacing-4">
  Hello world.
</div>

CSS

[class*='direction-row'].spacing-4  {
  color: red;
}