Needs email address
https://www.avalara.com/taxrates/en/download-tax-tables.html
https://craftentrepreneur.com/tax-rates-csv-converter/
WC > Status > Tools tab > Delete ALL rax rates button
Using Timber:
Add $wp_filter to your context
global $wp_filter;
$context['wp_filter'] = $wp_filter;
Dump the hook in your twig template
{{ dump(wp_filter.woocommerce_single_product_summary.callbacks) }}