If your want to add body class in all page in your theme then follow below code.
Create default.xml file in app/design/frontend/Vendername/Themename/Magento_Theme/layout folder and paste below code
<?xml version="1.0"?>a <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <attribute name="class" value="theme-tpb"/> </body>

