this is the test bundle link https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js, you can import it in your project for testing
one thing I don’t see in your Pen, is the importing of react, it’s not natively present in the CodePen environment so you need to use a proper link to a react cdn
thanks for the input. I’ve updated the imports accordingly. Still, no rendering happening, which is weird. For reference, it’s working perfectly fine in my dev environment in VSCode, which is why I’m not understanding why I can’t get anything to render.
It is the CSS imports in the JS that are causing issues. Also, as long as you have the CSS in the HTML or the settings you don’t need it in the JS as well.
As an aside. Another option if you want a live editor is using Stackblitz or Codesandbox.