JSFiddle - React, Tailwind, and code Playground

by brandondurham

HTML

<div class="color">
Hello
</div>

CSS

.color {
  box-shadow: 0 0 0 1px;
  color: green;
}