Just Natural Organic Tapioca Flour is carefully selected from the best organic growers in Thailand and Vietnam and packed in our plastic free, compostable packaging. Tapioca is a very fine flour that provides a great gluten free alternative for baking or as an alternative to corn flour for thickening sauces and stews.
For ingredients and nutritional information, click Further Information.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}