JSFiddle - React, Tailwind, and code Playground

by Juan Alban Franco

HTML

<html>
  <head>
  <div id = "welcome"> 
  <h2>
    Welcome Traveler! 
  </h2>
  </div>
  </head>
  <body>
    <div id = begining>
    <p id = out> Prepare youself, forces will want to destroy you.
    
    </div>
  </body>

</html>

JavaScript

function Person(){
	this.name = "";
  this.lefthand=null;
  this.righthand = null;
  this.bothhands = null;
  this.legs = null;
  this.chest =null;
  this.gloves = null;
  this.feet = null;
}