JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://getbootstrap.com/dist/css/bootstrap.min.css">
<script src="https://getbootstrap.com/dist/js/bootstrap.min.js"></script>
<div class="alert alert-danger">test</div>

CSS

@media print{
    *, :after, :before {
        color: inherit !important;
        text-shadow: inherit !important;
        background: inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
}

JavaScript

print()