JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">stuff</div>

CSS

.test{
    border:1px solid #000;
}
.test:before {
  content: "Joe's Task:";
    background:red;
    font-weight:bold;    
}