91³Ô¹ÏÍø

Watch CBS News

Georgia Rep. Tanya Miller wins EMILY's List Rising Star Award as Democrats eye long-term gains despite election losses

Georgia State Rep. Tanya Miller is stepping into the national spotlight after being named the recipient of 

The recognition comes at a pivotal moment for Democrats navigating both setbacks and signs of .

The award, named after former Congresswoman , honors women in public office whose leadership reflects resilience, service, and a commitment to expanding opportunity.

"Tanya Miller is exactly the kind of leader voters are looking for right now," President Jessica Mackler told CBS News in an interview. "She understands what people are going through and is committed to delivering real change." 

tanyamillertoday.png
Rep. Miller, District 62 representative and Georgia attorney general candidate, sits down with CBS News Atlanta. CBS News Atlanta

A national recognition rooted in Georgia politics

Miller, who represents District 62 and is now running for Georgia attorney general, said the award reflects decades of work — from prosecuting crimes against women and children to advocating for voting rights and healthcare access.

"I hope it is a testament to a career spent standing on the front lines for working people," Miller said. 

Her record, highlighted by EMILY's List, includes pushing back against Republican-led policies at the state Capitol and advocating for expanded healthcare access in a state facing some of the nation's worst maternal mortality rates.

Georgia ranks among the highest in the country for uninsured residents, and Miller pointed to hospital closures and gaps in care as urgent issues driving her campaign.

Election losses — but a deeper story underneath

The award arrives just one day after Georgia Democrats lost a recent Georgia runoff election

The results could suggest Republican strength at first glance, but Miller argues the reality is more complicated.

"That was about as ruby-red a district as you get," she said, pointing to heavily gerrymandered maps that skew outcomes. "This isn't the end. This is just the beginning." 

Despite the loss, she emphasized turnout and engagement among Democratic voters as a key indicator of long-term momentum.

"We've had extraordinary success in Georgia since 2024," Miller added, citing recent Democratic wins in traditionally Republican-leaning areas. 

cbs-news-atlanta-logo-17.png
EMILY's List President Jessica Mackler spoke with CBS News about the legacy of the Gabbie Gifford's Awards. CBS News Atlanta

Democratic women at the center of Georgia's political future

EMILY's List leaders say Miller's recognition reflects a broader strategy: investing in Democratic women — particularly in battleground states like Georgia — as a pathway to shifting political power.

"Democratic women are at the center of how we're going to deliver real change," Mackler said. 

The organization has long prioritized Georgia, where recent election cycles have shown both narrow margins and shifting voter dynamics.

Mackler pointed to recent Democratic overperformance — even in difficult political environments — as evidence that the groundwork is already being laid.

The pipeline for Black women leaders

Miller's win also highlights the growing influence of Black women in political leadership — a trend both she and say is critical to the party's future.

"Black women have been at the heart of the fight for change throughout history," Mackler said. 

For Miller, the moment is about more than personal recognition.

"My goal is to take that spotlight and shine it on working people," she said. 

cbs-news-atlanta-logo-10.png
Georgia State Rep. Tanya Miller steps into the national spotlight after receiving EMILY's List's 2026 Gabrielle Giffords Rising Star Award. Office of Rep. Tanya Miller

Challenges ahead: messaging and voter connection

Still, Miller acknowledged that Democrats face real challenges, particularly in how they communicate with voters.

"We have struggled with condensing complex things into simple, translatable messages," she said. 

She stressed the need for the party to not only oppose Republican policies, but clearly articulate its own vision, especially on economic issues affecting everyday Georgians.

"We have families choosing between childcare and their mortgage," she said. "That's what we have to speak to." 

Looking ahead to 2026

With her campaign for underway, Miller says the stakes in the next election cycle couldn't be higher.

"This is one of the most consequential elections of my lifetime," she said, urging voters to turn out. 

For Democrats, the question now is whether moments like Miller's rise signal a broader shift — one not fully captured by individual election results.

Or, as Miller framed it: "The voters are the differentiator. They decide what comes next." 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });