class TradeStructureMarketTable extends HTMLElement { connectedCallback() { this.innerHTML = `
  Exports Rank Imports  
Finland 15.4% 1 Finland 11.9%
Latvia 11.6% 2 Germany 11.1%
Sweden 9.1% 3 Lithuania 8.8%
Lithuania 8.1% 4 Latvia 8.6%
Germany 6.4% 5 Poland 6.8%
`; } } customElements.define( "trade-structure-market-table", TradeStructureMarketTable );