JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

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