Should you use CSS in JS?
Well... it depends!
Are you just starting out?
The most important things to look at are:
 * simplicity
 * ease of debugging
You want to be able to understand how CSS relates to a React component without too much "magic" happening. CSS in JS libraries usually generate class names at runtime. This