I have a text widget
import tkinter as tk
root = tk.Tk()
text_box = tk.Text(root)
text_box.pack()
text_box.tag_config("tag-center", justify="center")
text_box.insert("end", "22", "tag-center")
root.mainloop()
but when I select I have this
but I want select only text