JSFiddle - React, Tailwind, and code Playground

by Manju06

HTML

<html>
<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 
</head>
<body style="background-color:black">
  <img id="title" src="http://placekitten.com/301/301"/>
</body>
</html>

CSS

*{
  margin:0;
  padding:0;
  border:0;
}
  #title {
    width: 80%;   
     display: block;
  margin-top: auto;
  margin-bottom: auto;
   }