JSFiddle - React, Tailwind, and code Playground

by Boba Poshtar

HTML

<p id="p0">Test 0</p>

<p id="p1">Test 1</p>
<script>
	p1.style.color = 'red';
</script>

<p id="p2">Test 2</p>
<script-off>
	p2.style.color = 'red';
</script-off>

<p id="p3">Test 3</p>
<script-off hidden>
	p3.style.color = 'red';
</script-off>