Priority when dynamic import js/css file
				CSS: dynamic load style2-blue.css
				
				Class: bg-color
				
				
				
				
				JS: dynamic load script2 hello function
				
				
				
				Conclusions
				1. The last css file in dom (add to dom) has the higher priority;
2. The sequence of js file in dom don't
					have an affect on override;