JSFiddle - React, Tailwind, and code Playground

by danbeam

HTML

<a blah="a b">asdf</a>

CSS

a[blah=a b] {
  color: red;
}