JSFiddle - React, Tailwind, and code Playground

by Atty Eleti

JavaScript

fetch('https://api.stripe.com/v1/charges', headers: {
	Authentication: 'sk_123',
}).then((result) => {
  console.log(result);
});