JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<div class='note-settings-box'>
  <h3>
    Progress
  </h3>
</div>

CSS

.note-settings-box {
  font-family: sans-serif;
  width: 400px;
  background: white;
  border-radius: 5px;
  border: 1px solid #ddd;
  min-height: 100px;
  padding: 20px 30px;
}