JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

HTML

<!DOCTYPE html>
<html>
<head>
<body>
<h1>hangman</h1>
<p>by frogggeee</p>
<p></p>
<script>
/*      hangman!      */
/*////////////////////*/
/*/                  /*/
/*/      _______     /*/
/*/      |/    |     /*/ 
/*/      |     O     /*/
/*/      |    /|\    /*/
/*/      |    / \    /*/
/*/     /|\          /*/
/*////////////////////*/


</script>
</body>
</head>
</html>