JSFiddle - React, Tailwind, and code Playground

by mtenschert

JavaScript

var product_pills_in_town = $('.product').not('.not-in-town');

$(product_pills_in_town).each(function() {
  var img = $('.product__adress').css({
    "color": "red"
  });
});