JSFiddle - React, Tailwind, and code Playground

by Egor Makarenko

HTML

<html>
  <body>
       <div style="width: 250px; height: 500px; background: black;color:white; padding: 10px 20px 10px 20px">
           <div style="margin:0px auto 10px; width: 90px; height: 10px; background: grey"></div>
           <div style="width: 250px; height: 400px; background: grey; "></div>
           <div style=" margin: 30px auto 0px; width: 50px; height: 20px; background: grey"></div>
       </div> 
           
  </body>
</html>