JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  1
</div>

CSS

div {
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #fff;
}

div::after {
  content: 'Hello!';
  color: #fff;
}