I have learnt html, js and css. Now I want to learn React.
Now I am very used to use snippets of HTML files such as div.className and by pressing enter it gives me <div class="className"></div>.
When using React the HTML part is in return in a js file.
How can I add all default snippet in VS Code of HTML files into react js files?
