JSFiddle - React, Tailwind, and code Playground

by rbrousla

HTML

<!doctype HTML>
<html>

  <head>
    <title>Your-Page-Title-1</title>
    <link rel="stylesheet" href="my_style.css">
  </head>

  <body>
    <h1>Mario Bros.</h1>

      <img width='135' src='https://upload.wikimedia.org/wikipedia/en/4/4e/Mariobrothers.png'/>
      
      <img  src='https://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Shigeru_Miyamoto_GDC_2007.jpg/136px-Shigeru_Miyamoto_GDC_2007.jpg'/>

      <p>Mario Bros is a Nintendo game created by Shigeru Miyamoto in 1983. It is the 1st in a series of games that are popular all over the world.</p>
    
    <h2>CHARACTERS</h2>
    
      <!-- This is a link to an image that is hosted out on the Internet at a site called postimage.org -->
      <img src='http://s8.postimg.org/hjhl4eql1/Mario.png'/>    
    
      <p>In the game, Mario and his younger brother are Italian-American plumbers. They fight creatures that come up from the sewers below New York City. Mario kills them by flipping them on their backs and kicking them away.</p>
    
    <h2>ENEMIES</h2>
    
    <p>There are four enemies: the Shell-creeper, which just walks around; the Side-stepper, which you have to hit twice to flip over; the Fighter Fly, which moves by jumping and can only be flipped when it is touching a wall; and the Slip-ice, which turns ground and buildings into slippery ice. You can kill the Slip-ice straight away when you bump it from below.</p>
  </body>

</html>