JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert-dev.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">
JavaScript
swal({
title: "Alert Box Title",
text: "Select any of this text",
type: "warning",
animation: true,
html: true
});
sweetAlert("Error", "Please check the next user(s)\n", "error");