JSFiddle - React, Tailwind, and code Playground

by batcave

JavaScript

const user = {
  validationAction: null,
  title: 'Welcome to the Sandvik',
  description: '<p>Welcome to the first step of signing up for Sandviks webshop. Start by creating a personal profile.</p>',
  actionUrl: '/',
  userInviteSuccessMessage: '',
  inviteUserSuccessRedirect: '/sign-in',
  userInviteErrorMessage: ''
}