JSFiddle - React, Tailwind, and code Playground

by Brynner

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.6/sweetalert2.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.6/sweetalert2.min.js"></script>

JavaScript

swal({
	width: '100%',
  imageWidth: '100%',
  showCloseButton: true,
  showConfirmButton: false,
  animation: true,
  imageUrl: 'https://unsplash.it/400/200'
})