### Using css make text selectable ``` body { -webkit-user-select: text; user-select: text; } ```
Using css make text selectable