class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Electrical machinery, apparatus and appliances, n.e.s. 15.4%
1 10.9% Petroleum, petroleum products and related materials
Road vehicles 14.9%
2 9.1% Road vehicles
Vegetables and fruits 14.0%
3 7.1% Electrical machinery, apparatus and appliances, n.e.s.
Fertilizers other than group 272 13.0%
4 5.6% Textile yarn and related products
Articles of apparel & clothing accessories 11.6%
5 4.8% Cereals and cereal preparations
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);