JSFiddle - React, Tailwind, and code Playground

by 3rror404

HTML

<div class="my-class"></div>

CSS

div[class*='class'] {
  color: red;
}