JSFiddle - React, Tailwind, and code Playground

by Marcel Hochman

HTML

<div id="myflex">
        <button class="button button1">button 1</button>
        <button class="button button2">button 2</button>
        <button class="button button3">button 33</button>
  </div>

CSS

#myflex {
    display: flex;
    //position:fixed;
    bottom:20px;
    justify-content: center;
    bottow:10px;
}