For developing reactjs app/website the preferred way is to embed html with return of render function i.e. use JSX syntax.
You can use create-react-app npm module to get started with reactjs development with everything else already set up for developing reactjs components:
github.com/facebook/create-react-app