JSFiddle - React, Tailwind, and code Playground

by riateche

HTML

<p>
test
</p>

JavaScript

document.onload = function() {
	document.write("ok ");
}