'use strict'; class TagSlice { constructor(container) { container.innerText = 'test'; } }