JSFiddle - React, Tailwind, and code Playground

by wizviper

HTML

<!DOCTYPE html>
<html>
  <head>
    <title>Eternity</title>
    <link rel="stylesheet" type="text/css" href="style.css">
  </head>
  <body>
    <div id='topbar'>
      <button id='asteroidScene'>Asteroid</button>
    </div>
  </body>
</html>

CSS

#topbar {
border-style:solid;
border-color:lightgrey;
border-width:2%;
}

#asteroidScene {


}