JSFiddle - React, Tailwind, and code Playground

by holden321

JavaScript

$.get('index.php', {
    add2cart: 1,
    shopping_cart: 'yes'
},

function (data) {
    console.log(data);
});