JSFiddle - React, Tailwind, and code Playground
by superchangme
HTML
<p>hello</p>
CSS
p::after{
content:" world"
}
JavaScript
alert("hello world")
by superchangme
<p>hello</p>
p::after{
content:" world"
}
alert("hello world")