class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 48.2%
1 8.7% Iron and steel
Gas, natural and manufactured 42.6%
2 6.7% Other industrial machinery and parts
Crude fertilizers other than division 56, and crude minerals 2.5%
3 6.1% Cereals and cereal preparations
Fertilizers other than group 272 1.8%
4 5.5% Road vehicles
Inorganic chemicals 1.5%
5 4.7% Manufactures of metal, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);