Once you have installed the package then you will have to included the `util.css` file into your project

Then you can apply the atomic css classes as the following :

```
<h1 class="mx-10">Hello World</h1>


<span class="inb">span</span>

```
