JSFiddle - React, Tailwind, and code Playground

HTML

<div class="entite">1</div>
<div class="entite">2</div>
<div class="entite">3</div>

CSS

.entite{
     display:inline-block;
     border:1px #CCC solid;
     width:90px;
     height:400px;
}