I quite like the inline CSS pattern in React and decided to use it.
However, you can\'t use the :hover and similar selectors. So what\'s the best way to
:hover
This can be a nice hack for having inline style inside a react component (and also using :hover CSS function):
... ...