Thursday, June 26, 2025
32.4 C
Singapore

Elon Musk: New York taxing citizens and is giving the money to illegal immigrants 

Elon Musk democrats taxing new york

In a recent development, tech billionaire Elon Musk has once again stirred controversy with his latest tweet accusing New York authorities of taxing citizens and redirecting the funds to undocumented immigrants. This statement has reignited debate, particularly among conservative circles in the United States, who share Musk’s sentiment. 

The tweet has sparked discussions on social media platforms and drawn attention to the ongoing debate surrounding taxation policies and immigration issues in the country.

Fox News states, senator Bill Hagerty, R-Tenn., applauded Elon Musk’s recent Twitter uproar, exposing Democrats’ cohesive resistance to his proposed amendment. Musk’s viral post, amassing nearly 40 million views, triggered Hagerty’s astonishment at Democrats’ categorical dismissal of the measure. 

In addition to this, Musk lambasted the clandestine late-night vote, insinuating a deliberate attempt to evade public scrutiny. Hagerty expressed incredulity at Democrats’ support for a controversial flight program, allegedly facilitating the entry of around 320,000 illegal immigrants into various U.S. cities. 

See also  Rare Nike sneakers selling for SGD600,000

He implied ulterior political motives, suggesting Democrats prioritize bolstering electoral power by including undocumented migrants in census counts.

Elon Musk claims New York using taxpayer money to fund illegal immigrants 

Following that, conservatives on X claim that this is what New Yorkers wanted in the first place. They claim that this is what the local residents voted for when they voted Democrat. Conservatives have been stating that liberals should not complain about their current situation as they chose this.  

X users say that it is time to stop voting Democrat. However, another X user claims that both political parties are just as corrupted as each other. The user adds that she no longer wants to pay federal taxes anymore in lieu of this. 

See also  Step inside Aditya Roy Kapur's bachelor pad, which has a man cave and a king size bed: 'I need that big a bed'

Read More News

X users saying gender neutral bathrooms “dumbest idea” ever, teens will take advantage of it 

The post Elon Musk: New York taxing citizens and is giving the money to illegal immigrants  appeared first on The Independent News.

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });