While converting a project from JSX to htm i missed a online tool (or a codepen/fiddlejs or babel repl setup) to run babel with babel-plugin-transform-jsx-to-htm
I tried to configure Babel REPL adding @babel/plugin-syntax-jsx and babel-plugin-transform-jsx-to-htm plugins with no luck (a bug in Babel REPL?)