JSFiddle - React, Tailwind, and code Playground

by vovkasolovev

HTML

<tag>
    <thing>thing?</thing>
</tag>

CSS

tag {
  border: 1px solid black;  
}
thing {
  background: red;  
}
thing:before {
  content: "hellow!";  
}