class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 46.2%
1 10.7% Road vehicles
Iron and steel 7.7%
2 6.9% Other industrial machinery and parts
Coal, coke and briquettes 5.1%
3 6.6% Electrical machinery, apparatus and appliances, n.e.s.
Non-ferrous metals 4.8%
4 5.0% Specialised machinery
Fertilizers other than group 272 3.4%
5 4.8% Medicinal and pharmaceutical products
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);