JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<div>
  <p>
     fdsaasdf 
   </p>
   <p>
     43534534
   </p>
</div>

CSS

div {
  background:#ccc
}
p {
  margin:20px 0;
  background:yellow
}