JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<div>
  <p>
    Hellohellohellohellohello everybody
  </p>
  <p>
    Hi there
  </p>
</div>

CSS

div {
  display:flex;
  flex:1 1 ;
  

}
p {
  border:5px solid red;;
    
}