No, not as far as I know.
Although it's no HTML. It's JSX (which is 95% HTML compatible syntax) which gets transformed to JavaScript.
And it's likely cleaner to have one file per component compared to a folder per component consisting all the different technologies/files but that's in the end a personal preference.