JSFiddle - React, Tailwind, and code Playground

HTML

<div class="entry-meta">  
           <span class="label">Tagged:</span>
           <span class="tags"> 
            <a href="#" rel="tag">Career change</a>, 
            <a href="#" rel="tag">career change e course</a>, 
            <a href="#" rel="tag">career help</a>
           </span>
           <span class="label">Not tagged:</span>
           <span class="tags"></span>
    </div>

JavaScript

$('span.tags:empty').prev('span.label').hide();
$('.tags:empty').(this).hide();