JSFiddle - React, Tailwind, and code Playground

by mickeys

HTML

<html>
	<body>
		<p id="placeTextHere"></p>

		<script>
			document.getElementById("placeTextHere").innerHTML =
				"When bad men combine, the good must associate; " +
				"else they will fall, one by one, an unpitied sacrifice " + 
				"in a contemptible struggle. - Edmund Burke" ;
		</script>

	</body>
</html>