JSFiddle - React, Tailwind, and code Playground

by Anderson Carlos Woss

HTML

<span class="ribbon">Observe onde a caixa laranja está.</span>

CSS

.ribbon {
  background-color: #5BC8F7;
}

.ribbon::before {
  content: "";
  display: inline-block;
  background:...