How to convert a 'div' tag to a Box builder element

How to convert a ‘div’ tag to a Box builder element, which can be selected and moved like a pre-defined component.
Ex:

<div>Test div</div>

to a Core:Box element

Hello @soumya,

You can override the default Box element with your own custom component that uses a div with the nowrap: true option.