Apply a custom CSS class to the editor body element. This lets you target editor content with existing stylesheets or framework utility classes.
<richtextbox toolbar="default"
height="300px"
editor-body-css-class="custom-editor-body"
html="..." />