.outer {
background-color: #FFB4B4;
padding: 40px;
text-align: left;
}
<div class="outer"><h1>Lorem Ipsum nkdsdkjdks diosudisuidus</h1><p>At vero eos et accusam et justo duo dolores et ea rebum. At vero eos et accusam et justo duo dolores et ea rebum. </p><button>test</button></div>
Is there a way to create this shape using just CSS without relying on additional plugins, JavaScript, or any external resources? It should be compatible with major browsers like Chrome, Mozilla, Safari, and IE.
Note: Image-based solutions are not preferred for achieving this effect.