A Tailwind Playground you can run inside of Livebook.
Install the Kino.TailwindPlayground
module in the Setup section of your Livebook.
Mix.install([
{:kino_tailwind_playground, github: "BrooklinJazz/kino_tailwind_playground"}
])
Then create a Tailwind Playground
smart cell and enter some HTML + Tailwind to see the output evaluated live.
If you would like to try out this library, we have an notebooks
folder with an example livebook you can run.
Clone the repository.
git clone <URL>