JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>Something here</p>
</div>
<div>
</div>

CSS

p{

         border: 1px solid black;

     }

     div{
       display: inline-block;
          border: 1px solid green;
          width: 200px;
          height: 200px;
    vertical-align:top;
     }