How do I add a class to that is generated by >

You can add to the function simply by placing the desired class as the first parameter like so body_class('class-name').

If you’d like a little more flexibility you can hook into it using add_filter('body_class','my_class_names').

You can read more here.