While using bootstrap-3, the .well
class can be utilized to create a rounded border around an element with a gray background color and padding.
<div class="well">Basic Well</div>
However, it seems that there is no .well
class available in bootstrap-4. Is there an alternative tag similar to .well
in bootstrap-4?