import streamlit_shadcn_ui as ui select_env = st.selectbox('env', options=MAPPING_ENV_CONFIG.keys()) tabs = ui.tabs(["Reports", "Charts", "Export"], class_name="w-full [&_button]:!w-full")  How can I implement the style below? 
How can I implement the style below?