JSFiddle - React, Tailwind, and code Playground

by justinwyllie

HTML

<div class=" label--alert label ">
test
</div>

CSS

.label--alert {
  background: #da4531;
  color: #fff;
}

.label, .label--alert {
  background: #eee;
  border-radius: 505;
  color: #333;
  font-size: 1rem;
}