JSFiddle - React, Tailwind, and code Playground
JavaScript
fetch('https://retailmenot.com/dealfinder/ajax/reminder', {
method: "POST",
body: JSON.stringify({
email: '[email protected]'
})
})
.then(res => res.json());
fetch('https://retailmenot.com/dealfinder/ajax/reminder', {
method: "POST",
body: JSON.stringify({
email: '[email protected]'
})
})
.then(res => res.json());