We will explain in the following order:
You can see generally debug from this preview tab.
For example, If you add a code like this to your css file:
h1 { color: yellow;}
You can immediately see the change in the Preview tab without reloading 🎉
Click "Open in new tab":
You can see the result in a new tab:
Open DevTools on your browser, and you can debug the HTML, CSS from here 🎉
Note☝️
We are using Google Chrome in this example.