#### Example

```js
<ContentBox>
  <Section>
    Section 1
  </Section>
  <Section>
    Section 2
  </Section>
  <Section>
    Section 3
  </Section>
  <p>
    Horizontal rules
  </p>
  <hr />
  <hr className="fade" />
</ContentBox>
```
