Apply inline CSS directly to the editor body element using editor-body-css-text. Useful for quick style adjustments like background color or padding.
<richtextbox toolbar="default"
height="300px"
editor-body-css-text="background-color: #f9fafb; padding: 20px;"
html="..." />