JSFiddle - React, Tailwind, and code Playground

by funato

JavaScript

if(confirm('保存しますか?')){
    alert('保存しました');
}else{
    alert('キャンセルしました');
}