display: flex; affects inline and block elements the same. Code a button to see.
display: flex;
inline
block
Make sure to pick <button class="item">Button</button>.
<button class="item">Button</button>