JSFiddle - React, Tailwind, and code Playground

by philll_t

HTML

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<div class="confirm-delete">

  <div class="confirm-delete-body">

  </div>

  <div class="confirm-delete-footer">
    <button class="">
        Delete
    </button>
  </div>

</div>

SCSS

.confirm-delete {
  
  .confirm-delete-button {
    
  }
}