JSFiddle - React, Tailwind, and code Playground
HTML
<body height="100px">
<div class="cover">
</div>
</body>
CSS
body{
height: 100px;
width: 100px;
border-style: solid;
}
.cover{
display: block;
width: 50px;
height: auto;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
background-color: red;
}
JavaScript
l