I have problems when I include tables into a body in a basic page in Drupal 9. They don't fit to the page when I change the size of the window, they come off the edges, into other block (right sidebar for instance), while the text is justified perfectly...I am using the theme Drupal 8 W3CSS Theme 8.x-1.19 that it is responsive.
In my taxonomy term I have a field called paragraph reference which the field type is Entity reference revisions and is referencing to the paragraphs I have created. On this taxonomy term page I just want to access this field and print the paragraphs. When I use devel I see these values but I have tried almost everything but cannot seem to access the field in page--taxonomy--term.html.twig . These are the following things that I have tried but getting no result:
{% for item in content.field_paragraph_reference %}