Is there a way to filter paragraphs by the content of a text search box?

So this is what the process would look like?

First, they type the term they want to see in the dcc.Input(debounce=True), then they hit Enter, and then only those paragraphs that contain the search term are shown, and the rest are hidden.