JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
<html>

  <head>
    <title>Find the buried treasure!</title>
  </head>

  <body>
    <h1 id="heading">Find the buried treasure!</h1>
    <img id="map" width=400 height=400 v src="http://nostarch.com/images/treasuremap.png">
    <p id="distance"></p>
    <script src="https://code.jquery.com/jquery-2.1.0.js"></script>
    <script>
      // Game code goes here

    </script>
  </body>

</html>