class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 43.7%
1 14.4% Petroleum, petroleum products and related materials
Gas, natural and manufactured 13.1%
2 9.2% Road vehicles
Iron and steel 7.5%
3 6.5% Iron and steel
Fertilizers other than group 272 6.1%
4 5.2% Metalliferous ores and metal scrap
Organic chemicals 3.8%
5 5.1% Other industrial machinery and parts
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);