React-tags-no-dnd is a simple fork from the work of Prakhar Srivastav's react-tag-input
project but without the dnd features.
It is designed to be a simple drop-in replacement of react-tag-input
minus the various drag and drop properties. So all the styles etc used for react-tag-input
should work without any issues.
Importing:
import {WithOutContext as ReactTags} from 'react-tag-input-no-dnd';
Refer to React Tag Input for documentation.