If you'd like to read about how Tailwind works, click the button below to learn more.
Tailwind DocsWith Tailwind, you'll want to spend a lot of time reading the documentation linked above. You can search through the docs for different properties that you'd like to apply and then try them out in the browser to see how they work. One of the easiest ways to learn about tailwind is to look at other people's html. You can take the following approach to learning from other people's use of tailwind classes.
For your reference, here is a list of some of the css classes that we've applied within this sandbox. In parentheses, you'll see the name of the CSS property that the preceding CSS class is designed to affect.
Below this paragraph, try to build a button that looks something like this:
Add a button with type button below and use the class html attribute to apply the appropriate css classes to the button so it looks like the image above.