JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

HTML

<!DOCTYPE html>
<html>
<head>
<body>
<h1>image renderer</h1>
<canvas id='canvas' style='border: 1px solid; width: 800px; height: 600px;'>
<script>
	let word = prompt ("whatever you type will be converted ")
</script>
</body>
</head>
</html>