JSFiddle - React, Tailwind, and code Playground
by Vipin Goyal
HTML
<body>
<span class="green-box">Its working without setting display as block;</span>
</body>
CSS
.green-box{
background-color:gold;
position : absolute;
width:300px;
height:100px;
border: 2px solid silver;
}