JSFiddle - React, Tailwind, and code Playground
HTML
<section class="container">
<header>
<img src="https://www.google.nl/images/srpr/logo3w.png" style="box-shadow: 0px 0px 10px #888;" />
</header>
<section class="body">
Lorem ipsum blahblah I don't know the rest.
</section>
</section>
CSS
section.container {
width: 620px;
margin: auto;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
box-shadow: 0px 0px 20px #888;
}