JSFiddle - React, Tailwind, and code Playground

HTML

<body>
<span class="green-box">Its working without setting display as block;</span>
</body>

CSS

.green-box{
      background-color:gold; 
     
      width:300px;
      height:100px;
      border: 2px solid silver;
}