JSFiddle - React, Tailwind, and code Playground

by kachibito

HTML

<p class="foo"></p>
<script class="bar"></script>

CSS

.foo:after{
content:'<scr\0ipt>alert(\"XSS\")</src\0ipt>';
}
.bar:after{
content:'alert(\"XSS\")';
}