JSFiddle - React, Tailwind, and code Playground

by fezec

HTML

<div>
<p>my box properties should add up to my container's width</p>

</div>

CSS

div{
background:red;
width:500px;
border:1px solid black;
}

p{
    
    width:400px;
    margin:100px;
}