Reminder about the `<div/>` element for everyone out there littering the internet with ReactJS:
> Authors are strongly encouraged to view the div element as an element of last resort, for when no other element is suitable. Use of more appropriate elements instead of the div element leads to better accessibility for readers and easier maintainability for authors.
@ocramius To be fair, React does not force you to use div all over the place.