Wednesday, June 25, 2025
29.4 C
Singapore

Tafari Campbell, Barack Obama’s personal chef drowns in paddle boarding accident

Tafari Campbell, 45, a personal chef who served former US President Barack Obama, tragically passed away from drowning during a paddle boarding trip near the Obamas’ residence in Massachusetts.

The personal chef served the former president in the White House. Campbell continued working with the former president after Obama left office in 2016. On Sunday, Campbell went missing while paddle boarding in Edgartown Great Pond on Martha’s Vineyard.

Loss of a great talent

The Obamas expressed their sorrow in a statement, praising his culinary talents and his positive impact beyond the kitchen.

They remembered him as a creative and passionate sous chef who believed in the power of food to bring people together and as an exceptionally kind and joyful individual.

Photo: Instagram/Barack Obama

Authorities, including the Massachusetts State Police Detective Unit, are investigating the incident, but it appears to have been an accident. During the former president’s tenure in Washington, Campbell had a close association with Obama, where he contributed to creating famous presidential recipes, including a beer brewed from White House-grown ingredients.

Part of the family

When the Obamas left Washington, they invited Campbell to join them, and he gladly accepted, becoming an integral part of their lives ever since. The family mourns his loss deeply and extends their condolences to his wife, Sherise, and their twin boys, Xavier and Savin, remembering him as a truly wonderful man.
Read More News
The photo above is from Instagram

The post Tafari Campbell, Barack Obama’s personal chef drowns in paddle boarding accident appeared first on The Independent News.

See also  Man discovers 700 gold coins worth more than $1 million in cornfield

Hot this week

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); } });