JSFiddle - React, Tailwind, and code Playground

by Lalji Tadhani

HTML

<html>
<body style= "width:100vw; height:100vh; margin:0;padding:0">
  <div_logo class="faceplate"><img src="pictures/asel3_faceplate.png">
  <style>
  .faceplate img {
     position:fixed;
     width: 17%;
     left:40vw;
     top:40vh;
     margin-left:0px;
     margin-top:0px;
  }
  </style>
      <div_alarm class="alarm"><img src="pictures/asel3_alarm.png"></div_alarm>
      <style>
        .alarm img{
            position:fixed;
            width:4.5%;
            left:41.7vw;
            top:71vh;
            }
      </style>
  </div_logo>
</body>
</html>