diff --git a/wp-content/themes/twentynineteen-tailwindcss/functions.php b/wp-content/themes/twentynineteen-tailwindcss/functions.php
index df4042f..434e263 100644
--- a/wp-content/themes/twentynineteen-tailwindcss/functions.php
+++ b/wp-content/themes/twentynineteen-tailwindcss/functions.php
@@ -1,3 +1,17 @@
'Sidebar',
+ 'id' => 'tw-sidebar',
+ 'before_title' => '
',
+ 'after_title' => '
',
+ 'before_widget' => '',
+ 'after_widget' => '
',
+ )
+ );
+}
+add_action('widgets_init', 'tw_widgets');
diff --git a/wp-content/themes/twentynineteen-tailwindcss/template-parts/footer/footer-widgets.php b/wp-content/themes/twentynineteen-tailwindcss/template-parts/footer/footer-widgets.php
new file mode 100644
index 0000000..3e1a6b4
--- /dev/null
+++ b/wp-content/themes/twentynineteen-tailwindcss/template-parts/footer/footer-widgets.php
@@ -0,0 +1,24 @@
+
+
+
+
+