JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<body>
<h1>hangman</h1>
<p>by frogggeee</p>
<p></p>
<script>
/* hangman! */
/*////////////////////*/
/*/ /*/
/*/ _______ /*/
/*/ |/ | /*/
/*/ | O /*/
/*/ | /|\ /*/
/*/ | / \ /*/
/*/ /|\ /*/
/*////////////////////*/
</script>
</body>
</head>
</html>