I believe div style is not whitelisted, you would need a plugin or component. But you can create a wrap bbcode directly in your admin forum. Add these lines in Customize > your theme or component > CSS Common
[data-wrap="indent"] {
margin-left: 20px;
}
Then in your post, use this for the text you want:
[wrap="indent"]
Your paragraph
[/wrap]