<section>
<h3></h3>
<article></article>
<div></div>
</section>
<SectionContainer>
<SectionContent />
<SectionExtraContent />
</SectionContainer>
// если это классовый компонент, а не функция
<section>
<h3></h3>
<article>{this.props.children}</article>
<div></div>
</section>