Using JSX syntax in Dash

Is it possible to use JSX syntax to create the components as opposed to the raw form react components as shown in the userguide?

It is not. The Python classes are the only interface to the Dash components.