JSFiddle - React, Tailwind, and code Playground

HTML

<button>OLA</button>
<span>INLINE</span>

CSS

button{
    display: inline;
    background: blue;
    width: 300px;
    height: 300px;
}
span{
  background: blue;
    width: 300px;
    height: 300px;
}