the issue you are facing is likely due to the structure of ur HTML and how the CSS selectors are applied, the input elements and the tab-content divs are siblings, but the CSS selectors u are using (#tab1:checked ~ #content1) rely on a specific sibling relationship that might not be working as expected in TiddlyWiki.