diff --git a/src/components/HashtagTool/MemeEditor.js b/src/components/HashtagTool/MemeEditor.js index a4fda54..a7bd995 100644 --- a/src/components/HashtagTool/MemeEditor.js +++ b/src/components/HashtagTool/MemeEditor.js @@ -508,9 +508,9 @@ const MemeEditor = () => { className="px-4 py-2 w-full border border-gray-300 rounded-lg" /> -
+
-
+
# @@ -522,14 +522,14 @@ const MemeEditor = () => { value={inputValue} onChange={handleHashtagsChange} onKeyDown={handleKeyDown} - className="bg-white border border-gray-300 text-gray-900 text-sm rounded-r-md focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5" + className="bg-white border border-gray-300 text-gray-900 text-sm rounded-r-md focus:ring-blue-500 focus:border-blue-500 block w-full p-2" placeholder="Add Tags" />
{hashtags.map((tag, index) => (
+ className="flex items-center text-wrap gap-2 bg-blue-100 text-blue-800 text-xs font-semibold px-2.5 py-0.5 rounded"> {tag}