JSFiddle - React, Tailwind, and code Playground
by Seungrae Lee
HTML
<button name="btn" onclick="showMessage()">
OK
</button>
JavaScript
function showMessage() {
alert("The classification by importance is selected automatically according to the process change guidelines.\nIf you change the classification manually, please check the guideline of NBSQ931 process change procedure.\nAlso please describe the reason for the change in classification.");
}