+
#
@@ -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}