I'm looking for a way to enable users to horizontally scroll across text within a React component while still maintaining a set width larger than the component's bounding rectangle. This would allow for regular paragraphs without any line breaks occurring dynamically. I believe setting the overflow-x
property to auto is the first step, but I'm unsure about the next steps. Any assistance would be greatly appreciated!