JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://imapo.ru/css/sweet-alert.css">
<script src="http://imapo.ru/js/sweet-alert.min.js"></script>
<a href="#" onclick='swal({ 
  title: "Серьёзно?", 
  text: "В самом деле сгрызть все семки?", 
  type: "warning", 
  showCancelButton: true, 
  confirmButtonColor: "#DD6B55", 
  confirmButtonText: "Да, сгрызть", 
  closeOnConfirm: false }, function(){ 
swal("Круто!", "Все семки были успешно сгрызены.", "success"); 
});'>Жми на меня!</a>